ArrayIteratorNumbers Op

ArrayIteratorNumbers

Loop over every element of an array


Similar to the repeat op but then for all values in an array


Edit Documentation

Full Name
  • Ops.Array.ArrayIteratorNumbers
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

Example Patch Array Iterator - Byte size

Open In Editor

Youtube Video Tutorial

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


Patches using ArrayIteratorNumbers

  • Examples
  • Public
  • My Patches

Changelog


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