well how i do while loops is i set up an infinite for loop like below: <@for start=0 stop=1 step=0>
</@for> and when my condition is met i use an <@break> to break out of the loop (: hope that helps ----- Original Message ----- From: "Roland Dumas" <[EMAIL PROTECTED]> To: "WiTango List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 2:05 PM Subject: Witango-Talk: tricking @FOR > Can I use the <@FOR></@FOR> as a WHILE loop by manipulating the STEP > parameter? Can you force the STEP to be another number, as in the STOP > value? > > In other words > > <@FOR ST0P=10> > > do a buncha calcs > if a condition is met, push step to equal stop > > </@FOR> > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
