Array.Element Property

Top 

Description

The values of the data elements of the array, where the Array index (n) starts at 0 and goes up to (N-1) (where N is the Dimension of the Array). The number of elements in an array is limited only by the memory available on the host computer.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Attributes

Type:

Array of number

Access:

read/write

Default Value:

{ 0.0, 0.0, ...0.0, 0.0 }

 

Syntax

myVariable1 = myArray1.Element[0];

 

myArray1.Element[0] = myVariable1;

 

See also

Array Object

Matrix, Array, and Variable Math Guide