|












| |
Contents | Index
SAVE
Save a data set to a file.
Syntax: SAVE (data.set.name or chart.name,
[file.name])
Reply:
file.name successful
null unsuccessful
If data.set.name is used, resulting file will be a QDB document. If
chart.name is used, the file created will be a QDC file. If file.name if specified then
the name of the data set will be changed to that file name and saved.
If file.name is not specified, the data is saved to its current file name. If
it has not yet had a file name assigned, the normal Save As dialog box will be
displayed by the program. If you do not want this dialog to be displayed, you
should make sure that either a file name has been previously assigned by the
user, or that file.name is passed here.
|