ArrayIteratorNumbers Op

ArrayIteratorNumbers

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.ArrayIteratorNumbers
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


Example Patch Array Iterator - Byte size

Open In Editor

Youtube Video Tutorial

INPUT PORTS


exe (Trigger)

<p>Trigger the op</p>

array (Array)

<p>The array to iterate over</p>

OUTPUT PORTS


trigger (Trigger)

<p>Triggers all child ops array.length times</p>

index (Number)

<p>Index of the array <code>0 to array.length</code></p>

value (Number)

<p>Value of the current index in the array</p>


Patches using ArrayIteratorNumbers

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.ArrayIterator renamed to Ops.Array.ArrayIteratorNumbersuser avatarpandur - 2021-02-17 08:50