|
amokoma Newbie
Joined: 24 Jun 2001 Posts: 3
|
Posted: Fri May 31, 2002 3:36 pm
For-loops? |
I've found the #FORALL function, but is there any such function as a basic for-loop so you could make like for(i=0;i<20;i++) ?
- Amokoma. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri May 31, 2002 4:00 pm |
#LOOP
LightBulb
Vague questions get vague answers |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri May 31, 2002 11:13 pm |
To meet you exact example
#LOOP 1,20 {#NOOP %i is counter variable} |
|
|
|
|
|