insert


Description:

public void insert (int index, Value? value)

Insert a value into the array

Rather than replacing the value at the specified index, this function will move all subsequent data in order to make room for the new value.

Parameters:

index the index to write to
value the value to write