comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » eval
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: eval [message #50540 is a reply to message #50392] Tue, 03 October 2006 18:25 Go to previous messageGo to previous message
Dominic Metzger is currently offline  Dominic Metzger
Messages: 30
Registered: August 2006
Member
Thanks David...

Would this also be possible with call_function or call_procedure since
EXECUTE causes certain limitations and inefficiencies.

Something like:
IDL> foo="bar, arg1, arg2, arg3, arg4=foo"
IDL> call_procedure(foo)

I want to dynamically build the list of arguments as a string and the
call the whole thing. Is this possible with call_function or
call_procedure?
Or is it possible to pass in an array containing the arguments
(including named args) somehow?

thanks,

dometz

PS: Is it even possible to get the return value when using execute for
a function?


David Fanning wrote:
> Dometz writes:
>
>> Is there something like the Unix eval command:
>> "The eval utility will construct a command by concatenating arguments
>> together, separating each with a space character. The constructed
>> command will be read and executed by the shell."
>> in IDL? So that I basically can create a command dynamically by
>> creating a string that will then be "evaled"?
>>
>> Something like:
>> IDL> foo="print, bar"
>> IDL> eval(foo)
>> bar
>
> See EXECUTE.
>
> 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.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: spawn on IDL virtual machine
Next Topic: .compile_opt strictarr is persistent?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 14:31:59 PDT 2025

Total time taken to generate the page: 1.19841 seconds