VectorCount()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Input and Output functions >

VectorCount()

Description

Return the dimension of a VECTOR object.

 

Type

REGULAR FUNCTION

 

Usage

Dimension = VectorCount(Vector)

 

Dimension

INDEX

The maximum number of elements in Vector.

Vector

VECTOR

A VECTOR object.

 

Related Topics