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

Home » Public Forums » archive » set_plot,'PS' and accurate colors?
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: set_plot,'PS' and accurate colors? [message #33662 is a reply to message #33513] Fri, 10 January 2003 12:18 Go to previous messageGo to previous message
R.G. Stockwell is currently offline  R.G. Stockwell
Messages: 363
Registered: July 1999
Senior Member
dave wrote:

>
> David Fanning wrote:
>
>
>> dave (knapp@rtt.colorado.edu.NOSPAM) writes:
>>
>>
>>> I wonder if TVRD isn't supported on win2k IDL:
>>>
>>> % Attempt to call undefined procedure/function: 'TVRD'.
>>> % Execution halted at: BT 333 C:\Documents and
>>> Settings\Administrator\Desktop\CF_BTs\bt.pro
>>>
>> I think you must have called it as a procedure, instead of
>> as a function:
>>
>> snapshot = TVRD(True=1)
>>
>
> Tried both ways actually, I'm dumb but I'm not stupid...
>
>
>


TVRD() does work on win2k (idl5.6)

That message results when you call it as a procedure, and it cannot
find the procedure definition.
If you called a nonexistent function, IDL will think it is an array,
and give you a syntax error (unless you changed the compiler settings).
(or it gives you a "variable is undefined" if you call it with a parameter).

If you start up IDL, you should be able to type
IDL> help,tvrd()
at the command line and see it work.


Cheers,
bob stockwell
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Figuring out which functions and procedures get called
Next Topic: IDL 5.6 with Apple's X11 beta for Mac OS X

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

Current Time: Wed Oct 08 19:20:46 PDT 2025

Total time taken to generate the page: 0.00416 seconds