CoreClasses Xojo Plugin

StringTokenizerList.PeekNext Method (console safe)

Use this function to peek at next item from the StringTokenizerList without causing iteration.

PeekNext() as String

Parameters

Returns

String

Remarks

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

See Also

StringTokenizerList Class