StringTokenizer.NumberOfTokens Property

Top 

Description

The number of tokens that the StringTokenizer object has parsed out from a string. This is also the size of the Tokens string array.

 

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:

integer

Access:

read

 

Syntax

myVariable1 = myStringTokenizer1.NumberOfTokens;

 

Example 1

 

See also

StringTokenizer Object

Parsing Arbitrary String Data