ArrayIteratorStrings Op

ArrayIteratorStrings

Loop over every element of an array


<p>Similar to the repeat op but then for all values in an array</p>


Full Name
  • Ops.Array.ArrayIteratorStrings
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


Example Patch Example for ArrayIteratorStrings

simple example on how to interate over an array of strings

Open In Editor

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>


Patches using ArrayIteratorStrings

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.ArrayIterator renamed to Ops.Array.ArrayIteratorNumbersuser avatarpandur - 2021-02-17 08:50
cloned op from Ops.Array.ArrayIteratorNumbersuser avatarstephan - 2021-05-11 15:41
Ops.User.stephan.ArrayIteratorStrings renamed to Ops.Array.ArrayIteratorStringsuser avatarstephan - 2021-05-11 15:50