PDA

View Full Version : Constructing a For Loop


kenlyle
2nd October 2006, 09:11 PM
If I want to loop through something 20 times, what is the syntax for doing so?

Thanks,
Ken

jperdoch
3rd October 2006, 12:43 AM
Hi Ken,
you can use Section While with MaxIterations 20.

Jan