ArrayAppendArray Op
Append an array to an existing array
Summary (oneliner)
<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
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayAppendArray example
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)