MGH_VAR_SAVE Name
MGH_VAR_SAVE Purpose
Procedure MGH_VAR_SAVE saves a single IDL variable to a binary file
in XDR format using SAVE. The variable can be retrieved with the
function VAR_RESTORE.
Calling Sequence
MGH_VAR_SAVE, Var, File Inputs
Var: The variable to be saved.
File: The name of the file to be created.
Side Effects
Any existing file that matches the name File is deleted without warning.
###########################################################################
This software is provided subject to the following conditions:
1. NIWA makes no representations or warranties regarding the
accuracy of the software, the use to which the software may
be put or the results to be obtained from the use of the
software. Accordingly NIWA accepts no liability for any loss
or damage (whether direct of indirect) incurred by any person
through the use of or reliance on the software.
2. NIWA is to be acknowledged as the original author of the
software where the software is used or presented in any form.
###########################################################################
Modification History
Mark Hadfield, May 1998:
Written.