Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
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.

  • No labels