<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Define classes and functions > VectorNew() |
A VECTOR is a linear array that can hold any Explain™ data type or object.
The Number — but not the type — of the VECTOR's elements is specified when the VECTOR is created.
REGULAR FUNCTION
Vector = VectorNew(Number)
Vector |
VECTOR |
The new VECTOR. |
Number |
INDEX |
The maximum number of elements in Vector. |