VectorNew()

VectorNew()

Type: REGULAR FUNCTION

Purpose: Generates a new VECTOR.

A VECTOR is a linear array that can hold any Explain™ datatype or object.

The number—but not the type—of the VECTOR‘s elements is specified when the VECTOR is created.

Usage: Vector = VectorNew(Number)

  Vector VECTOR The new VECTOR
  Number INDEX The maximum number of elements in Vector.

Related Topics Link IconRelated Topics