CoreClasses Xojo Plugin

StringArray.HasNext Method (console safe)

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

HasNext() as Boolean

Parameters

Returns

Boolean
True if there are more strings.

Remarks

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

See Also

StringArray Class