Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
GENERICiteratorIdAn iterator pointing to an ARRAY

Return Value

...

 

TypeNameComment
BOOLEANisValueSetTRUE if the the element specified by the iteratorId has a value else it will return FALSE 

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"