StringArray(Variable) Constructor

Top 

Description

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

 

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.

 

Constructor Signature

StringArray(

Variable dimension)

 

 

Arguments

dimension


Description:

Dimension of the array

Valid Range:

dimension ≥ 0

 

 

 

Syntax

StringArray myStringArray1(myVariable1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data