ArrayIteratorStrings Op

ArrayIteratorStrings

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


 

Example Patch Example for ArrayIteratorStrings

simple example on how to interate over an array of strings

Open In Editor

INPUT PORTS


Exe (Trigger)

trigger

Array (Array)

the array to iteratie over

OUTPUT PORTS


Trigger (Trigger)

next trigger

Index (Number)

the index of the current element

Value (String)

the value of the current element


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