beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayIteratorNumbers Op



ArrayIteratorNumbers
Related ops:Ops.Trigger.Repeat  
Namespace: Ops.Array

Op author: pandur

Test Patches: 1 Test

Loop over every element of an array


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



Inputs

exe (Trigger)

Trigger the op

array (Array)

The array to iterate over

Outputs

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


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Array Iterator - Byte size


Youtube Video Tutorial

Patches using ArrayIteratorNumbers

  • Examples (4)
  • Public
  • My Patches

Changelog


Ops.Array.ArrayIterator renamed to Ops.Array.ArrayIteratorNumbers
2021-02-17 - pandur