Contents | Index | < Browse | Browse >
usage: STORAGE([address],[string],[length],[pad])
-copies data from string into the indicated memory address.
-if given, address argument must be a 4-byte string
-if length is longer than string, remaining area is filled with the pad
character or nulls
-calling storage() without arguments returns available system memory
-returned value is the previous contents of the memory area
-see also Export()