StringArray(Variable) Constructor

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

StringArray(

Variable dimension)

 

 

Arguments

dimension


Description:

Dimension of the array

Valid Range:

dimension ≥ 0

 

 

 

Syntax

StringArray myStringArray1(myVariable1);

 

 

Example 1

 

 

Example 2

 

 

Example 3

 

 

See also

StringArray Object

Parsing Arbitrary String Data