StringArray.PopBack() Method

Top 

Description

Removes the last value of the StringArray and returns its value. If the StringArray is empty, an error occurs.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

StringArray.PopBack(

)

 

 

Return Value

Type:

string

 

 

The last value in the StringArray.

 

Syntax

myString1 = myStringArray1.PopBack();

 

 

See also

StringArray Object

Parsing Arbitrary String Data