HP3000-L Archives

November 1996, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Dennis Handly <[log in to unmask]>
Reply To:
Dennis Handly <[log in to unmask]>
Date:
Sat, 26 Oct 1996 03:41:06 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (12 lines)
Dr. Ferenc Nagy ([log in to unmask]) wrote:
: Can I call generally the TurboImage and other system intrinsics with
: string[...] type parameters from Pascal?
: It might be true if the compiler passes the address of the first string
: element to the intrinsic instead of the address of the string length.

This is what the compiler is meant to do.  See the PG, page 10-6 under
"Strings as actual Parameters".

The length won't be updated.  Not unless you declare it as external C
and it is null terminated by the caller.

ATOM RSS1 RSS2