[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
RestArray()
Restores an array of file
Syntax:
RestArray( cFile, @nError ) -> aArray
cFile : The file to be restored
nError : The error code returned by DOS. 0 there is no error.
Description:
Restores any kind of array data except as logic for the objects.
Return:
The restored array.
Example:
aArray := RestArray ( "Fast.arr", @nErr )
If nErr == 0
Message ( "Ok" )
Else
Message ( "DOS error number " + Str ( nErr ) )
EndIf
See Also:
SaveArray()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson