next up previous contents index
Next: StrCat Up: Functions and procedures. Previous: Functions and procedures.

StrAlloc

   

Declaration:

Procedure StrAlloc (Len : Longint) ;

Description:

PChar

Errors:

StrAlloc reserves memory on the heap for a string with length Len, terminating #0 included, and returns a pointer to it.

See also:

For an example, see StrPCopy.



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998