Load/Save Integer Array to Shared File
SAVESHAREDINT name$,a%[][,size%][,application$]
LOADSHAREDINT name$,a%[][,size%][,application$]
The procedures save or load the named record of the Shared File from or to the integer array a. If parameter size is given, only that number of array elements is stored/read. The parameter application gives the name of the application, which record is to read. The default is the name of the basic program.
|