StringArray.Element Property

Top 

Description

The values of the elements of the StringArray, where the array index (n) starts at 0 and goes up to (N-1) (where N is the Dimension of the StringArray). The number of elements in a StringArray 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 string

Access:

read/write

Default Value:

{ "", "", ..."", "" }

 

Syntax

myString1 = myStringArray1.Element[0];

 

myStringArray1.Element[0] = myString1;

 

See also

StringArray Object

Parsing Arbitrary String Data