StringArray.PushBack(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. 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.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

StringArray.PushBack(

String stringArgument)

 

 

Arguments

stringArgument


Description:

String to be added to the back of the StringArray.

 

 

 

Return Value

Type:

number

 

 

Returns the new dimension of the StringArray.

 

Syntax

myVariable1 = myStringArray1.PushBack(myString1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data