ArrayAppendArray Op

ArrayAppendArray

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


Edit Documentation

Full Name
  • Ops.Array.ArrayAppendArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


Join (Trigger)

Append array to existing array

Array (Array)

ArrayIn

Reset (Trigger)

Reset the array

OUTPUT PORTS


Result (Array)

Array out

Array length (Number)

Patches using ArrayAppendArray

  • Examples
  • Public
  • My Patches

Changelog


fixed array length zero now resets array correctlyuser avatarandro - 2019-05-22 16:23
fixed - outputs null if array is empty or has been resetuser avatarandro - 2019-05-29 13:17