RESTORE_NAMED Name
RESTORE_NAMED Purpose
Restore variables under given names (saved with save_named).
Category
Calling Sequence
restore_named, file, v1,v2,...,v9 Inputs
Keyword Parameters
Outputs
v1,v2,...,v9 = Up to 9 IDL variables to restore. out
ERR=err Error flag: 0=ok, else error.
Common Blocks
Notes
Notes: The normal IDL restore procedure will restore the
saved variables under the original names. This routine
will restore the saved variables under the given names
v1, v2, ...
If called with more variable names than are in the
save_named file the extra variables will be undefined.
Modification History
R. Sterner, 2004 Mar 30
Copyright (C) 2004, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.