[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Executes a statement or a block of statements repeatedly until a specified expression evaluates to false. Tab=Logic [Property] Type=Sets the type of the loop variable|20|(empty)|Type Start=Sets the initial value of the loop variable. ARG(number)|2|0 Condition=Sets the relational operator. ARG(operator)|14|0|<,<=,>,>=,==,!= End=Sets the final value of the loop variable. ARG(number)|2|0 Modifier=Sets the operator for changes a variable. ARG(operator)|14|0|i++,++i,i--,--i,+=,-=,*=,/=,%=,&=,||=,^=,<<=,>>= Step=Sets the step value for changes a variable. ARG(number)|2|1 Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doFor=The loop starts with the variable. ARG(number Start, number End, number Step)|1|0 *doBreak=Break out of the loop. ARG()|1|0 *doContinue=Passes control to the next iteration. ARG()|1|0 onLoop=Occurs at the begining of the loop for each iteration. ARG(number)|2|0 onStop=Occurs after the loop is stopped. ARG(null)|2|0 Value=Returns the current value of the loop variable. ARG(number)|3|0 Start=Defines the initial value of the loop variable. ARG(number)|4|0 End=Defines the final value of condition is out of the loop variable. ARG(number)|4|0 Step=Defines the step value for changes a variable. ARG(number)|4|0