
-----------------------------------
2FAST4U
Mon Apr 21, 2003 6:07 pm

help me limit a loop
-----------------------------------
okay I am writing a program and I need to make it so that a number I answer my first question with is the number of times I have to answer my secong question...

-----------------------------------
Tony
Mon Apr 21, 2003 6:10 pm


-----------------------------------
you should read a tutorial on loops available in our tutorials section of the forum.

a quick tip - forloops


get number

for i:1..number
put i
end for

