StringArray.PopBack Property

Top 

Description

Returns the value of the last element in the StringArray and then removes it, reducing the StringArray Dimension by 1. Identical to Pop.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read

 

Syntax

myString1 = myStringArray1.PopBack;

 

See also

StringArray Object

Parsing Arbitrary String Data