(PyIID, ...) = Next(num)
Retrieves a specified number of items in the enumeration sequence.
Parameters
num=1 : int
Number of items to retrieve.
Return Value
The result is a tuple of PyIID objects,
one for each element returned. Note that if zero elements are returned, it is not considered
an error condition - an empty tuple is simply returned.