Making SAV files [message #24293] |
Fri, 23 March 2001 16:58  |
Pavel A. Romashkin
Messages: 531 Registered: November 2000
|
Senior Member |
|
|
Hi,
When I make a .sav file, is there a way to specify the command that will
be executed when the file is double-clicked on? What I have now, is IDL
tries to execute the following when I double-click on a .sav file:
RESTORE, Filename & Filename
which results in error in 95% of the cases. However, it would be very
useful to be able to do, lets say:
RESTORE, Filename & Related_pro, Filename
But how to specify this Related_pro?
Mac 5.4
Cheers,
Pavel
|
|
|
Re: Making SAV files [message #24361 is a reply to message #24293] |
Mon, 26 March 2001 11:29  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
"Pavel A. Romashkin" wrote:
>
> Simply because I am *not* asking to call another command when restoring
> a file with routines. I'd like to do that when restoring a file with
> variables, and call a routine on that newly restored variable.
>
> Cheers,
> Pavel
>
And why not the opposite of this.
Run first the sav Routine and load by this the sav variables. Then all
variables
are known inside the procedure.
regards
Reimar
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
|
|
|