FOREACH

The statement FOREACH enumerates a set of objects and runs a model part once for each object. The enumerated object is available in a variable for use within the model part.

You can use specific FOREACH statements for each type of enumeration. The generic definition of FOREACH statements is:

FOREACH <kind> <variable> IN <object>
DO
ITP-model part
OD

Note

At this moment, you can only use KEY and WIZARD as <kind>.