VectorNew()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Define classes and functions >

VectorNew()

Description

Generate a new VECTOR.

 

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.

 

Type

REGULAR FUNCTION

 

Usage

Vector = VectorNew(Number)

 

Vector

VECTOR

The new VECTOR.

Number

INDEX

The maximum number of elements in Vector.

 

Related Topics