Contents | Index | < Browse | Browse >
usage: EXPORT(address,[string],[length],[pad])

-copies data from optional string into a previously allocated memory area. The length parameter specifies the maximum number of characters to copy; default is the length of the string.
-if length is longer than the string, the remaining area is filled with the pad character of nulls.
-returns the number of characters copied.
-see also IMPORT() and STORAGE()