...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfAggregateIdToInteger (aggregateId : AGGREGATE OF GENERIC) value : INTEGER; |
Use this function to ...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
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...