Use this function to peek at next item from the ObjectArray without iterating to next item.
PeekNext() as Object
Parameters
Returns
Object
Remarks
The array implements IIterator, which means you can use the MoveFirst, GetNext, PeekNext and HasNext functions to iterate through the items in the class.