Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION  xpfAggregateIdToInteger (aggregateId    :  AGGREGATE OF GENERIC)
                                    value                :  INTEGER;
                

Use this function to ...To type cast an aggregate id into an integer.

Arguments

...

TypeNameComment
AGGREGATE OF GENERICaggregateIdcomments

Return Value

...

 

TypeNameComment
INTEGERvaluecomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing 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 (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"

...