...
Code Block | ||||
---|---|---|---|---|
| ||||
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>.
This function is equivalent to the EDMinterface function edmiTestAggrByIterator.
See also xpxTestAggrByIterator and xpfTestAggrByIndex.
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
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|