Removes the element at the specified position in the specified vector.
Parameters:
v
Note: The null
value passed in this parameter
will cause an error.
index
The function does nothing if the specified index is < 0 or >= the vector size.
null
when nothing has been removed.
addElement(), moveElement()
This function may be called in a more method-like style:
v.removeElement(0)