Source: dataset/generic/generic_dataset__save.pro
generic_dataset::save
Save a dataset (to an IDL save file).
Usage:
dsref -> save, file
Argument:
file string The file to which to save it.
Keywords:
menu If set, then use a menu to choose the file.
group long For a menu, the widget ID of a group leader.
Notes:
The dataset is save in the save file as "dataset"
History:
Original: 16/3/00; SJT
Trap I/O errors on the save file: 21/9/01; SJT
Add missing return: 17/10/01; SJT
Remove VMS support: 15/4/03; SJT