SAVE TO Command

Stores current variables and arrays to a variable file or memo field.

NoteNote

Object type variables cannot be saved to a variable file or memo field. The SAVE TO command does not support saving arrays exceeding 65,000 elements.

SAVE TO FileName | MEMO MemoFieldName
   [ALL LIKE Skeleton | ALL EXCEPT Skeleton]

Parameters

FileName

Specifies the variable file that the variables and arrays are saved to. For a variable file, the default file name extension is .mem.

MEMO MemoFieldName

Specifies the memo field in which the variables and arrays are saved.

ALL LIKE Skeleton

Specifies that all variables and arrays, which match the specified Skeleton, be saved. The skeleton can include the question mark (?) and asterisk (*) wildcards.

ALL EXCEPT Skeleton

Specifies that all variables and arrays except those that match the specified Skeleton be saved. The skeleton can include the question mark (?) and asterisk (*) wildcards.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic