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.



root
Fri Sep 11 18:24:36 CEST 1998