Contents | Index | < Browse | Browse >
usage: GETSPACE(length)
-allocates a block of memory from the interpreter's internal pool
-returned value is the 4-byte value of the allocated block
-internal memory is automatically returned to the system when the ARexx program terminates
-The Support library includes the function ALLOCMEM() which allocates memory from the system free list. See also FREESPACE()