...
SYNTAX:
xpfAggregateIdToInteger (aggregateId : AGGREGATE OF GENERIC)
value : INTEGER;
Code Block | ||||
---|---|---|---|---|
| ||||
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
...
Code Block | ||
---|---|---|
| ||
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 (Content by label) | ||||||
---|---|---|---|---|---|---|
|
SYNTAX:
To be completed.
The xpfAggregateIdToInteger function