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

Home » Public Forums » archive » Re: XYOUTS: Variable is undefined: Conversion destination variable.
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: XYOUTS: Variable is undefined: Conversion destination variable. [message #69521] Mon, 25 January 2010 08:51 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Johannes Korn writes:

> can someone explain the meaning of the above stated error?
>
> It is produced by the following line of code:
>
> ; Plot location of Cluj-Napoca International Airport
> if (date eq '25052009') then XYOUTS, [23.67,46.8], 'C', COLOR=253

Basically, it means the syntax of your XYOUTS command
is wrong, and that "C" can't be used as a location
variable. Maybe you meant to type this:

if (date eq '25052009') then XYOUTS, 23.67, 46.8, 'C', COLOR=253

Cheers,

David


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thue. ("Perhaps thos speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Mode and variation of cells in multiple grids (3-D problem)
Next Topic: XYOUTS: Variable is undefined: Conversion destination variable.

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

Current Time: Fri Oct 10 14:28:38 PDT 2025

Total time taken to generate the page: 0.39918 seconds