...
Argument | Type | Description |
---|---|---|
$var | $-Variable | A $-Variable which will be set to each item in set in turn before script is processed. |
set | Array or Recordset | The set of items which will be iterated over. |
script | $-Variable | A comma separated list of Expressions which will be processed once for each entry in set. |
...