[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Iteration statements cause embedded statements to be executed a number of times, subject to the loop-termination criteria Tab=Logic [Property] Check=Check conditions before or after the loop. ARG(enum)|4|0|Before,After [Methods] doWhile=The loop starts. ARG(bool Condition)|1|0 doBreak=Break out of the loop. ARG()|1|0 *doContinue=Step to the next iteration in the loop. ARG()|1|0 onLoop=Occurs at the begin each the loop ARG(null)|2|0 Condition=Defines the condition. ARG(bool)|4|104