CoreClasses Xojo Plugin

IStringIterator.PeekNext Method (console safe)

Use this function on containers that Implement the IStringIterator Interface to peek at next item from the container without causing iteration.

PeekNext() as String

Parameters

Returns

String

Remarks

See Also

IStringIterator Interface