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

Home » Public Forums » archive » Re: IDLDE and for-next loops
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: IDLDE and for-next loops [message #42488] Tue, 08 February 2005 13:32
Chris Lee is currently offline  Chris Lee
Messages: 101
Registered: August 2003
Senior Member
In article <BE2E6F19.1F20%usenet@estarcion.net>, "Jonathan Greenberg"
<usenet@estarcion.net> wrote:



> For I eq 0,9 do
> begin
> print,I
> print,I+1
> Endfor
> The key here is I can't put a "single line" for next loop....

for i = 0, 9 do begin & print, i & print, i+1 & end

Chris.
[Message index]
 
Read Message
Previous Topic: IDLDE and for-next loops
Next Topic: Re: Array Concatenation Optimization

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

Current Time: Wed Oct 08 14:59:15 PDT 2025

Total time taken to generate the page: 0.00390 seconds