Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.11 arestore

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