ArrayAppendArray Op

ArrayAppendArray

Append an array to an existing array


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


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


INPUT PORTS


Join (Trigger)

<p>Append array to existing array</p>

Array (Array)

<p>ArrayIn</p>

Reset (Trigger)

<p>Reset the array</p>

OUTPUT PORTS


Result (Array)

<p>Array out</p>

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