[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


load Source code in cafe_load.pro

load

Name
           load
Purpose
           Loads environment from file which was created with the
           "save" command.
Category
           cafe
SYNTAX:
           load, filename[,filetype]
Input Parameters
           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)
Side Effects
           Overwrites (!) all data/settings in current environment
           without warning.
Example
           > load, session5.sav
               -> loads environment data from IDL load file
               "session5.sav" into current environment, using file type
               "sav".
Revision History
           $Id: cafe_load.pro,v 1.9 2003/11/05 15:10:44 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:07 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically