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


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


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â