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

Home » Public Forums » archive » while loop crashes
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
while loop crashes [message #71155] Mon, 31 May 2010 23:53
hovru is currently offline  hovru
Messages: 3
Registered: June 2010
Junior Member
I have been tried several times to run the following script in (by
calling it through a .pro file) but it always causes it to crash. It
seems simple enough, yet I can't figure out why it won't work.

print, 'start while loop'
j=2
while (j NE 10) do begin
print,j
j=j+1
print, j
endwhile

print, 'done'

Thanks.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: help IDL with some equations implementation and optimized coding
Next Topic: DEM GTOPO30

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

Current Time: Wed Oct 08 09:20:24 PDT 2025

Total time taken to generate the page: 0.00450 seconds