Next: arg, Previous: areaconnect, Up: Internal Routines [Contents][Index]
arestore [, x, …], file
arestore( [ x, … ], file)
Restores data that was earlier saved with the astore
subroutine
or function from the file with name file
, which is the last
argument in the list. Earlier arguments (which must be named variables)
receive successive values from the file, until either the arguments or
the values in the file run out. The function form returns 1 on success,
0 on failure.
See also: astore, Uncompressed Disk Output