Appends multiple elements to the end of specified vector.

Parameters:

v

The vector object.

Note: The null value passed in this parameter will cause an error.

elements
An array, vector or enumeration containing elements to be appended to the vector.

Returns:

The same vector object.
See Also:
addElement(), removeElement()