ArrayIteratorStrings Op

ArrayIteratorStrings

Loop over every element of an array


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


Full Name
  • Ops.Array.ArrayIteratorStrings
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


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


Changelog

Patches using ArrayIteratorStrings

  • Examples
  • Public
  • My Patches