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

ArrayAppendArray Op

Ops.Array.ArrayAppendArray


ArrayAppendArray
Namespace: Ops.Array

Op author: pandur

Append an array to an existing array


If you have an array with the values
[0,1,2]
pressing join 3 times will result in the following array
[0,1,2,0,1,2,0,1,2,]
pressing reset empties the array and sets it to null



Inputs

Join (Trigger)

Append array to existing array

Array (Array)

ArrayIn

Reset (Trigger)

Reset the array

Outputs

Result (Array)

Array out

Array length (Number)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

ArrayAppendArray example

Open Example In Editor

Patches using ArrayAppendArray

Changelog


fixed array length zero now resets array correctly
2019-05-22 - andro
fixed - outputs null if array is empty or has been reset
2019-05-29 - andro