$forEach2

A loop that iterates over a range of tokens.
Syntax
    $forEach2{var_name}{tokens}{delimiter}{statement}
DocumentationA loop that iterates over a range of tokens:

    Parameters:
      var_name, the name of the loop variable.
      tokens, the tokens to iterate through.
      delimiter, an optional parameter used to set the tokens delimiter (defaults to \r\t).
      statement, the statement to execute while another token exists.
    Note:
      the delimiter will be the whole string. If every character of the string should be used as a delimiter the 'forEach' function should be used.
Examples
(No example available.)
GroupControl_Flow
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_ADVANCED
Minimum parameters3
Maximum parameters 5