<aArray> is any Clipper array except those containing compiled code blocks.
<cFileName> is a DOS file name.
<nErrorCode> will return any DOS file error.
All arguments are required.
Returns
.F. if there was a DOS file error or the array contained code blocks, otherwise returns .T.
Description
FT_SAVEARR() saves any Clipper array, except those containing compiled code blocks, to a disc file. The array can be restored from the disc file using FT_RESTARR().
[10/1/92 Librarian note:
This function does not appear to work with multi-dimensional arrays. If you'd care to modify it to support this feature, please do and send it to Glenn Scott 71620,1521.]