StringArray.Add(String) Method

Top 

Description

Adds the value of the specified stringArgument to the end of the calling StringArray, increasing the dimension of the StringArray by one. Returns the new dimension of the StringArray.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Method Signature

StringArray.Add(

String stringArgument)

 

 

Arguments

stringArgument


Description:

String to be added to the end of the StringArray.

 

 

 

Return Value

Type:

number

 

 

Returns the new dimension of the StringArray.

 

Syntax

myVariable1 = myStringArray1.Add(myString1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data