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

Home » Public Forums » archive » Implied print and namespace
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Implied print and namespace [message #88719] Tue, 10 June 2014 02:10 Go to previous message
Fabzi is currently offline  Fabzi
Messages: 305
Registered: July 2010
Senior Member
Hi everyone,

this is probably not new to the IDL team, but implied print does not
work all the time:

IDL> image = 1.
IDL> image
% Compiled module: IMAGE.
% Attempt to call undefined procedure/function: 'IMAGE'.
% Execution halted at: $MAIN$

Ok, never call your variable like an IDL function. But what about "t"?

IDL> t = 1.
IDL> print, t
1.00000
IDL> t
% Restored file: T.
% Attempt to call undefined procedure/function: 'T'.
% Execution halted at: $MAIN$

Uh?

Cheers,

Fabien
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: RSI ENVI listserv
Next Topic: Avoiding redefinition of variable within loop.

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

Current Time: Wed Oct 08 15:22:28 PDT 2025

Total time taken to generate the page: 0.00325 seconds