Array(Variable) Constructor

Top 

Description

Creates a new Array object using the length specified by dimension.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

Array(

Variable dimension)

 

 

Arguments

dimension


Description:

Dimension of the array

Valid Range:

dimension ≥ 0

 

 

 

Syntax

Array myArray1(myVariable1);

 

 

Example 1

 

 

Example 2

 

 

Example 3

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide