OWBasic for Pocketviewer

Home INTRO Group SHAREDFILE Alphabetical Index

Load/Save Float Array to Shared File

SAVESHAREDFLOAT name$,a#[][,size%][,application$]
LOADSHAREDFLOAT name$,a#[][,size%][,application$]

The procedures save or load the named record of the Shared File from or to the float 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.


Home INTRO Group SHAREDFILE Alphabetical Index