On 2/16/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> wrote: > > Could somebody tell me, how too create and use a variable and increase it > each > loop in While Controller? Like: > > while ( foo=="true") > i++; > );
Look at the Counter pre-processor. Try adding it to a While loop.

