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

Home » Public Forums » archive » How to change the increment of FOR loop?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
How to change the increment of FOR loop? [message #65605] Wed, 11 March 2009 14:02 Go to previous message
Hu is currently offline  Hu
Messages: 35
Registered: January 2009
Member
Hi, there
I got a question relating to the variational increment of FOR
Statement. I used the code like this:
;;; begin
increment =20
FOR j = 0, N-1, increment DO BEGIN
IF a gt 0 THEN BEGIN
;......
increment=10
ENDIF ELSE BEGIN
;......
increment=12
ENDELSE
ENDFOR
;; end

But the increment have not changed according to IF... ELSE ...
statement..
What I want is to change the increment according to different
conditions. that is, if variable a is greater than 0, the increment of
the FOR loop will be 10 , not its default value 20.....

Is there any solution to this problem?
[Message index]
 
Read Message
Read Message
Previous Topic: eclipse and mercurial
Next Topic: WIDGET COLORS

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

Current Time: Wed Oct 08 17:04:22 PDT 2025

Total time taken to generate the page: 0.00380 seconds