[About] Version=1.0 Author=Dilma Mail=support@hiasm.com [Type] Class=Element Info=Repeats a group of statements a specified number of times Tab=Logic [Property] Start=Sets the initial value of the loop counter. ARG(int)|1|0 End=Sets the final value of the loop counter. ARG(int)|1|0 IncludeEnd=False - the range [Start, End), i.e. the last item excluded from the range, True - the range [Start, End]. ARG(bool)|14|0|True,False InData=True - to take data from the flow, False - don't get taken. ARG(bool)|14|1|True,False Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doFor=The loop starts with the counter. ARG(int Start, int End, bool IncludeEnd)|1|0 *doBreak=Break out of the loop. ARG()|1|0 doStop=Stops the loop. ARG()|1|0 *doContinue=Passes control to the next iteration. ARG()|1|0 onEvent=Occurs at the begining of the loop for each iteration. ARG(int)|2|1 onStop=Occurs after the loop is stopped. ARG(null)|2|0 Position=Returns the current value of the loop counter. ARG(int)|3|1 End=Defines the final value of condition is out of the loop counter. ARG(int)|4|1 Start=Defines the initial value of the loop counter. ARG(int)|4|1