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

Home » Public Forums » archive » idl6.2 and if statemente
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
idl6.2 and if statemente [message #45894] Sat, 08 October 2005 14:21
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Dear all

probably I am confused from some of the other languages I used in the last
days.

text is a vector of length two

IF N_ELEMENTS(text) then dummy=TEMPORARY(text)

does not give true till I changed it to

IF N_ELEMENTS(text) gt 0 then dummy=TEMPORARY(text)


Is there something changed in this behaviour I was sure the first one will
work.

cheers
Reimar
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: how to use map_set in object graphics programming
Next Topic: Re: idl6.2 and if statemente

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

Current Time: Fri Oct 10 00:34:08 PDT 2025

Total time taken to generate the page: 0.16230 seconds