/
xpfAggregateIdToInteger
xpfAggregateIdToInteger
FUNCTION xpfAggregateIdToInteger (aggregateId : AGGREGATE OF GENERIC) value : INTEGER;
To type cast an aggregate id into an integer.
Arguments
Type | Name | Comment |
AGGREGATE OF GENERIC | aggregateId | comments |
Return Value
Type | Name | Comment |
INTEGER | value | comments |
Options
Example
LOCAL aggrId_as_integer : INTEGER; aggrId : AGGREGATE OF GENERIC; END_LOCAL; aggrId_as_integer := xpfAggregateIdToInteger(aggrId); xpxPrintf('\naggrId_as_integer : %lu',aggrId_as_integer);
See also
Filter by label
There are no items with the selected labels at this time.
SYNTAX:
To be completed.
The xpfAggregateIdToInteger function
Related content
xpfGetAggrType
xpfGetAggrType
More like this
xpfIntegerToAggregateId
xpfIntegerToAggregateId
More like this
xpxTestAggrByIndex
xpxTestAggrByIndex
More like this
xpxGetAggrType
xpxGetAggrType
More like this
xpxCreateTypedAggrBN
xpxCreateTypedAggrBN
More like this
xpxCreateTypedAggr
xpxCreateTypedAggr
More like this