Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_arestore()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_ARESTORE()

Syntax:        L_ARESTORE(<expC>)


Purpose:       To recreate from a disc file a Clipper array previously
               saved with L_ARSAVE().



Arguments:     <expC> is the name of the array that was saved to disc.


Returns:       A logical (.T.) if successful.


Usage:         Arrays cannot be saved in .MEM files. This function
               allows arrays saved with L_ARSAVE() to be recalled for
               use.


Examples:      ? L_ARESTORE("arr1")               && Result: .T.


Notes:         The information required to recreate the array was
               stored in a header to the file with L_ARSAVE().


Language:      Clipper

See Also: L_ARSAVE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson