Loop over every element of an array
Summary (oneliner)
Similar to the repeat op but then for all values in an array
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
exe (Trigger)
Trigger the op
array (Array)
The array to iterate over
Outputs
trigger (Trigger)
Triggers all child ops array.length times
index (Number)
Index of the array 0 to array.length
value (Number)
Value of the current index in the array
Patches using ArrayIteratorNumbers
Changelog
Ops.Array.ArrayIterator renamed to Ops.Array.ArrayIteratorNumbers 2021-02-17 - pandur |