Name

Insert —

Synopsis

void Insert(pos, elementN, ...);
int pos;
obj elementN;
...;

Description

Insert one or more objects in the array after the position pos.

Parameters

pos

The position preceeding the new objects position

elementN

Objects to insert

Returns

Nothing

See Also

method.array.Delete, method.array.Add