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

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
Tue Mar 31 16:46:10 CEST 1998