CoreClasses Xojo Plugin

StringTokenizerArray.GetNext Method (console safe)

Use to get next item from the StringTokenizerArray.

GetNext() as String

Parameters

Returns

String

Remarks

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

See Also

StringTokenizerArray Class