ArrayIteratorStrings Op
Loop over every element of an array
Summary (oneliner)
<p>Similar to the repeat op but then for all values in an array</p>
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)
<p>trigger</p>
Array (Array)
<p>the array to iteratie over</p>
OUTPUT PORTS
Trigger (Trigger)
<p>next trigger</p>
Index (Number)
<p>the index of the current element</p>
Value (String)
<p>the value of the current element</p>