Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.315 idlrestore

idlrestore, filename

This routine restores variables from the idl Save file with name filename. The variables are restored with the names they had in idl. Currently, only scalars (Scalars), strings (Strings), and numerical arrays (Arrays) are supported. If a variable of a different class is encountered, then an error is generated.

See also: idlread, arestore