CoreClasses Xojo Plugin

StringTokenizerList.MoveFirst Method (console safe)

Use to reset the iterator in the StringTokenizerList.

MoveFirst()

Parameters

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