problem restoring a save file from within a procedure [message #44383] |
Thu, 09 June 2005 07:43 |
Hrafnkell
Messages: 4 Registered: June 2005
|
Junior Member |
|
|
Hi
My problem is that I can't restore .sav files from within a procedure.
There are three restore commands whitin my procedure, each one for a
different .sav file. Each .sav file contains only one variable (none of
them with the same name). The three restore commands are the only
commands in the procedure.
So my procedure looks like this:
PRO plotprecip
restore, 'fullpath1'
restore, 'fullpath2'
restore, 'fullpath3'
END
When I run the procedure IDL doesn't issue an error command, but the
variables aren't restored. The variables are deffinately in the .sav
files because when I restore them from the command line IDL recognizes
the variable whitin them. The problem seems to be windows. When I ran
the procedure on a linux machine everything went fine. Is this a known
bug?
Any help appreciated, Hrafnkell
|
|
|