CoreClasses Xojo Plugin

StringMultiTokenizerList.HasNext Method (console safe)

Use to get info if there are more items in the StringMultiTokenizerList.

HasNext() as Boolean

Parameters

Returns

Boolean

Remarks

The StringMultiTokenizerList implements IStringIterator, which means you can use the MoveFirst, GetNext and HasNext functions to iterate through the items in the class.

See Also

StringMultiTokenizerList Class