Source: master/hs_container__save_all.pro
hs_container::save_all
Save a dataset (to an IDL save file).
Usage:
hsref -> save_all, 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
Delete any open datset menus: 11/7/00; SJT
Use stored filename: 19/6/01; SJT
Trap I/O errors on the save file: 21/9/01; SJT
Replace findfile calls: 15/4/03; SJT
Remove VMS support: 15/4/03; SJT