StringArray.PushBack(String) Method

Top 

Description

Adds the specified value to the end of the StringArray.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

StringArray.PushBack(

String value)

 

 

Arguments

value


Description:

The value to add.

 

 

 

Syntax

myStringArray1.PushBack(myString1);

 

 

See also

StringArray Object

Parsing Arbitrary String Data