StringTokenizer.Tokens Property

Top 

Description

This StringArray contains the tokens that the StringTokenizer has parsed based on the StringToParse property. This is the "output" of the StringTokenizer.

 

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.

 

Attributes

Type:

Array of string

Access:

read

 

Syntax

myString1 = myStringTokenizer1.Tokens[0];

 

Example 1

 

See also

StringTokenizer Object

Parsing Arbitrary String Data