VECTOR_GET

Syntax

return_value = VECTOR_GET ( vector_handle, location );
Input arguments
handle vector_handle Vector.
int location Location of the value to get.

Return Values

Success:
untyped return_value Value in location.
Failure:
int 0

Note: This integer can also be the actual returned value. In case of an error, also an error message is printed.

Description

This function gets a value from the given location in a vector.