VECTOR_DELETE

Syntax

VECTOR_DELETE ( vector_handle );
Input arguments:
handle vector_handle Vector to be deleted.

Return Values

Success:
int 0
Failure:
int -1 Null input handle.

Description

This function deletes a vector. Must be called for every vector created with VECTOR_CREATE.