/
xpxTestAggrByIndex
xpxTestAggrByIndex
FUNCTION xpxTestAggrByIndex (aggrId : AGGREGATE OF GENERIC; elementIndex : INTEGER; VAR isSet : BOOLEAN) status : INTEGER;
The xpxTestAggrByIndex function returns TRUE in the isSet argument if the specified element elementIndex (starting from one) in the persistent aggregate aggrId has a value assigned, else FALSE will be returned in the isSet argument.
Arguments
Type | Name | Comment |
AGGREGATE OF GENERIC | aggrId | comment |
INTEGER | elementIndex | |
BOOLEAN | isSet |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
xpfFindAggrElements
xpfFindAggrElements
More like this
xpfGetAggrType
xpfGetAggrType
More like this
xpfIntegerToAggregateId
xpfIntegerToAggregateId
More like this
xpfSortAggr
xpfSortAggr
More like this
xpfAggregateIdToInteger
xpfAggregateIdToInteger
More like this
xpxCreateNestedAggrByIterator
xpxCreateNestedAggrByIterator
More like this