Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
load
Loads environment from file which was created with the "save" command.
cafe
load, filename[,filetype]
filename - (optional) String containing the file to load environment from. If file should not be loaded from 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 load 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, load, all (for list of supported file types) and > help,load,<type> (for specific file type)
Overwrites (!) all data/settings in current environment without warning.
> load, session5.sav -> loads environment data from IDL load file "session5.sav" into current environment, using file type "sav".
$Id: cafe_load.pro,v 1.9 2003/11/05 15:10:44 goehler Exp $
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]