[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPaRestore()
Restore an array from disk
------------------------------------------------------------------------------
Function: XPaRestore()
See XPaSave() for details.
Syntax: XPaRestore(cFileName) --> aVar
Arguments: <cFileName> is the file to restore from, the exact name as
was supplied to XPaSave().
Returns: The value returned is the exact same Array (or datatype)
as was supplied to XPaSave(). NIL will be returned in case of
trouble with the file.
Usage: XPaRestore('TEST')
Should return the following array (see aSave()..):
{'Array',12,{'Multi','Dimensional'},dVAL}
//where dVal is the date saved previously.
See Also:
XPaSave()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson