xpfNext
FUNCTION xpfNext(iteratorId : GENERIC) result : BOOLEAN;
The xpfNext function positions the specified iterator to the next aggregate element immediately following the current element which will then be the new current element of the iterator after this operation is completed. The result is returned in the argument <result>, and is TRUE if the specified iterator have got a new current element, and FALSE if there was an error during operation.
Arguments
Type | Name | Comment |
GENERIC | iteratorId | comments |
Return Value
Â
Type | Name | Comment |
BOOLEAN | result | comments |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â