SAVE_NAMED Name
             SAVE_NAMED Purpose
     
       Save variables so they can be restored with any name.
Category
Calling Sequence
      
       save_named,v1,v2,...,v9 Inputs
             v1,v2,...,v9 = Up to 9 IDL variables to save.   in
Keyword Parameters
Keywords
        
         FILENAME=file Name of save file (def=idlsave.sav).
        
         ERR=err Error flag: 0=ok, else error.
Outputs
Common Blocks
Notes
      
       Notes: The normal IDL restore procedure will restore the
        
         saved variables under the original names.  It is useful to
        
         be able to set the name of the restored variable in the
        
         users code.  save_named and restore_named allow this.
        
         Use restore_named, file, u1,u2,... to restore the
        
         saved variables under the names given for u1,u2,...
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.