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

Home » Public Forums » archive » inconsistence in 5.4 -> 6.0
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
inconsistence in 5.4 -> 6.0 [message #36595] Tue, 07 October 2003 01:54
marc schellens[1] is currently offline  marc schellens[1]
Messages: 183
Registered: January 2000
Senior Member
try:

in 5.4:

IDL> cc=complex(0,1)
IDL> if cc then print,'true' else print,'false'
false


in 6.0:

IDL> cc=complex(0,1)
IDL> if cc then print,'true' else print,'false'
true

potentially dangerous, isn't it?

marc
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: How to compile excutable .sav file from a project
Next Topic: Re: Reading and using GrADS format binary data in IDL

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

Current Time: Wed Oct 08 13:48:09 PDT 2025

Total time taken to generate the page: 0.00483 seconds