$arrayForEach
$arrayForEach will execute an awaited command for each item in the array.
Usage
$arrayForEach[name;awaitedCommand;awaitData?;endCmd?]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| name | string | Array name. | true |
| awaitedCommand | string | Awaited command to executed. | true |
| awaitData? | string | Awaited Data. | false |
| endCmd? | string | Awaited command to executed when array ends. | false |