Keyword Eachin - leonard-thieu/monkey GitHub Wiki

Defines the set of objects or values to be assigned to the index variable in a For/Next loop. See For for details and examples.

Syntax

  For Local IndexVariable := EachIn Collection    Statements...   Next

Description

Eachin provides for a variation of the standard For/Next loop which will iterate through a set of objects or values, such as a list or array.

See also