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

ArrayIteratorStrings Op

Ops.Array.ArrayIteratorStrings


ArrayIteratorStrings
Namespace: Ops.Array

Op author: stephan

Loop over every element of an array


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



Inputs

Exe (Trigger)

trigger

Array (Array)

the array to iteratie over

Outputs

Trigger (Trigger)

next trigger

Index (Number)

the index of the current element

Value (String)

the value of the current element

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Example for ArrayIteratorStrings

simple example on how to interate over an array of strings

Open Example In Editor

Patches using ArrayIteratorStrings

Changelog


Ops.Array.ArrayIterator renamed to Ops.Array.ArrayIteratorNumbers
2021-02-17 - pandur
cloned op from Ops.Array.ArrayIteratorNumbers
2021-05-11 - stephan
Ops.User.stephan.ArrayIteratorStrings renamed to Ops.Array.ArrayIteratorStrings
2021-05-11 - stephan