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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read

 

Syntax

myVariable1 = myStringTokenizer1.HasMoreTokens;

 

Example 1

 

See also

StringTokenizer Object

Parsing Arbitrary String Data