Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
save
Saves environment into file.
cafe
save, filename[,filetype][,/clobber]
filename - (optional) String containing the file to save environment into. If file should not be saved into the current working directory a path must be added. Default is "cafe.sav" (IDL save file) filetype - (optional) The file type to defining the method how to save the file. Usually derived from file extension, but this option overrides the file type of the extension. To get help about valid file types enter > help, save, all (for list of supported file types) and > help,save,<type> (for specific file type)
clobber - Do not ask when overwriting existing files.
All options may be set with the "set" command. The command prefix is "save".
Saves all data into file.
> save,daily.sav -> saves environment data into IDL save file "daily.sav", using file type "sav".
$Id: cafe_save.pro,v 1.14 2003/11/05 15:10:44 goehler Exp $
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]