StringTokenizer.HasMoreTokens Property

Top 

Description

Returns a 1 or 0 that indicates whether the internal position of the Tokens StringArray is set to the last index. 1 means more tokens exist, 0 means there are no more tokens.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read

 

Syntax

myVariable1 = myStringTokenizer1.HasMoreTokens;

 

Example 1

 

See also

StringTokenizer Object

Parsing Arbitrary String Data