4-8 HP IBASIC Supplement
Saving and Recalling Programs
Accessing Mass Storage within Programs
Accessing Mass Storage within
Programs
The following mass storage specifiers may be used with many of the
commands listed in Table 10-10, “Mass Storage Keywords.”
MEMORY,0,0 = non-volatile RAM disk
MEMORY,0,1 = volatile RAM disk
INTERNAL = floppy disk drive
Example
GET “PROG1.TXT:MEMORY,0,1”
Copies the file named PROG1.TXT from the volatile RAM disk to
IBASIC program memory.
NOTE Access to NFS mounted file system is not supported directly under
IBASIC. SCPI commands must be used to access NFS mounted file
systems.