VECTOR_CLEAR
Syntax
VECTOR_CLEAR ( vector_handle );
- Input arguments:
-
handle vector_handle Vector to be cleared.
Return Values
- Success:
-
int 0
- Failure:
-
int -1
Description
This function clears all the elements from the given vector. After a successful call the vector size is 0.
Function Set
Related Functions