ArrayIteratorStrings 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.ArrayIteratorStrings
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Example for ArrayIteratorStrings
simple example on how to interate over an array of strings
INPUT PORTS
Exe (Trigger)
trigger
Array (Array)
the array to iteratie over
OUTPUT PORTS
Trigger (Trigger)
next trigger
Index (Number)
the index of the current element
Value (String)
the value of the current element