Object Reference
:
Object View and Procedure Reference
:
Vector
resize
Vector Procs
Resize the vector object.
Syntax
vector_name.
resize
rows
Examples
vec1.resize 20
resizes the vector VEC1 to 20 rows, retaining the contents of any existing elements and initializing new elements to 0.