ArrayAppendArray Op
Append an array to an existing array
Summary (oneliner)
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
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)
Append array to existing array
Array (Array)
ArrayIn
Reset (Trigger)
Reset the array
OUTPUT PORTS
Result (Array)
Array out
Array length (Number)