LOADARRAY
— Load data from
a file into an array variable.
Syntax:
LOADARRAY
/Q
filename
arrayname
/Q | quietly |
filename | a file created by SAVEARRAY |
arrayname | an array variable name |
The arrayname must begin with a letter. It may contain only letters, digits, underscores, and dollar signs; it should not be more than 31 characters long. If you don’t specify an arrayname, the name of the original array saved in the file will be used. The array will be created (or recreated) automatically, with the correct dimensions to hold the data from the file.
All elements in the file will be loaded. There is no provision for loading a partial array.
• Note: This command is not available in TCC/LE, in 4NT, or in older versions of TCC which don’t support array variables.
See also: the SAVEARRAY
command.