ArrayIteratorNumbers Op
Loop over every element of an array
Summary (oneliner)
Similar to the repeat op but then for all values in an array
Full Name
- Ops.Array.ArrayIteratorNumbers
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
exe (Trigger)
Trigger the op
array (Array)
The array to iterate over
OUTPUT PORTS
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