This functionality is only available for certain module packages.

You are here: Reference > Text generator > Control structures > LOOP

LOOP

LOOP iterates over an object list. The list of objects is generated by a formula, that returns a list (e.g. dos). Method calls within LOOP will be sent to the object from the object list. The control structure ends with END_LOOP.

Within LOOP can also be used an index variable. Method calls within LOOP with index variable will be sent to the object that is connected to the text. For Method calls for objects from a object list, the index variable is used.