StringTokenizer.LastTokenIndex Property

Top 

Description

Moves the internal position of the Tokens StringArray to the last index and then returns the index of the internal position. This will always return a value of StringTokenizer.NumberOfTokens-1, since that is the index of the last element in the array. After calling this property, StringTokenizer.NextToken will return a blank value, and StringTokenizer.HasMoreTokens will be 0.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read

 

Syntax

myVariable1 = myStringTokenizer1.LastTokenIndex;

 

Example 1

 

See also

StringTokenizer Object

Parsing Arbitrary String Data