Insert —
void Insert(pos, elementN, ...);int pos;obj elementN;...;
void Insert(
)
Insert one or more objects in the array after the position pos.
Parameters
The position preceeding the new objects position
Objects to insert
Nothing
method.array.Delete, method.array.Add