CoreClasses Xojo Plugin

StringTokenizerList.HasMoreTokens Property (console safe)

Use this property to check if there are more tokens.

HasMoreTokens as Boolean {Read}

Remarks

True if there are more tokens.

This property does the same as the HasNext function which is there to support IStringIterator Interface.

See Also

StringTokenizerList Class