xpfTestAggrByIterator
FUNCTION xpfTestAggrByIterator (iteratorId : GENERIC) isValueSet : BOOLEAN;
The xpfTestAggrByIterator function checks if the ARRAY element pointed to by the specified iterator, <iteratorId> is set (has a valid value) or unset (indeterminate). The function returns TRUE when the specified ARRAY element has an assigned value, else FALSE is returned in the argument <isValueSet>.
Arguments
Type | Name | Comment |
GENERIC | iteratorId | An iterator pointing to an ARRAY |
Return Value
Â
Type | Name | Comment |
BOOLEAN | isValueSet | TRUE if the the element specified by the iteratorId has a value else it will return FALSEÂ |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â