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

SetNumberArray Op

Ops.Array.SetNumberArray


SetNumberArray
Namespace: Ops.Array

Op author: pandur

Change the Number of an array at an index




Inputs

exe (Trigger)

Trigger in

array (Array)

Array in

index (integer /Number)

Index to modify

value (Number)

Number in - changes index to this number

Outputs

values (Array)

Array out

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Array set value example

Basic example of one way to fill the array object with values from another array

Open Example In Editor

Patches using SetNumberArray

Changelog


code cleanup on ports
2019-05-27 - andro
outputs null to array when no array comes in
2019-05-27 - andro
Ops.Array.ArraySetValue renamed to Ops.Array.SetNumberArray
2019-06-13 - pandur
fixed - index values are turned into integers
2019-06-14 - andro