StringTokenizer.CurrentToken Property

Top 

Description

Returns the current string token within the StringTokenizer.Tokens StringArray. This property does not move the internal position of the Tokens StringArray.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read

 

Syntax

myString1 = myStringTokenizer1.CurrentToken;

 

See also

StringTokenizer Object

Parsing Arbitrary String Data