Skip to content

$arrayForEach

$arrayForEach will execute an awaited command for each item in the array.

Usage

$arrayForEach[name;awaitedCommand;awaitData?;endCmd?]

Parameters

FieldTypeDescriptionRequired
namestringArray name.true
awaitedCommandstringAwaited command to executed.true
awaitData?stringAwaited Data.false
endCmd?stringAwaited command to executed when array ends.false