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

ArrayGetNumber Op

ArrayGetNumber

Returns a value from an array


Example: If you have an array [100, 200, 300] setting the Index to 1 will return 200. Please note that the first index is 0, not 1!


Edit Documentation

Full Name
  • Ops.Array.ArrayGetNumber
Visibility
  • Core Op - Official cables op
AuthorTest Patches


 

INPUT PORTS


array (Array)

The array-data, e.g. [100, 200, 300]

index (Number:integer )

The index of the array you want to get, 0 is the first element

OUTPUT PORTS


value (Number)

The value of the array at position Index


Usages of ArrayGetNumber

  • Examples
  • Public
  • My Patches
  • Ops