arc:break keyword to break out of iterations of arc:call or arc:enum. You can also use it to break out of an entire script if it is used outside the scope of any other Script keywords.
Parameters
NoneControl Attributes
NoneExample
Break out of arc:enum. The following example lists the first two attributes of the itemfoo:
See Also
- arc:continue: Continue to the next item.
- arc:enum: Loop over the values of an item, list, range, or multi-valued attribute.
- arc:call: Loop over items returned by an operation.