Last updated 2 months ago
Was this helpful?
Append a value to an array
ArrayInsertAt(array=[modifiableArray], position=[integer], value=[any])
array
modifiableArray
true
The array to be inserted into
position
integer
The position to insert at
value
any
The value to insert