Re: run .sav file with -args [message #73510] |
Sun, 14 November 2010 17:28  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Truong Le writes:
> It complains that the sayhello.sav function/procedure is undefined
> but the sayhello.sav file does exist. Please let me know if the way I
> execute my
> procedure using the .sav file is correct.
Have you tried specifying the complete path to the file?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: run .sav file with -args [message #73659 is a reply to message #73510] |
Sun, 14 November 2010 17:42  |
Truong Le
Messages: 42 Registered: September 2010
|
Member |
|
|
On Nov 14, 8:28 pm, David Fanning <n...@dfanning.com> wrote:
> Truong Le writes:
>> It complains that the sayhello.sav function/procedure is undefined
>> but the sayhello.sav file does exist. Please let me know if the way I
>> execute my
>> procedure using the .sav file is correct.
>
> Have you tried specifying the complete path to the file?
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
when I type
idl sayhello.sav -args param1 param2
there is a directory widget the pop-up which allows me to select the
sayhello.sav,
so I am sure the path is correct.
|
|
|