Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxDecodeLogicalExpression(expression             : STRING;
                                    VAR decoded_expression : INTEGER) 
                                    status                 : INTEGER;

This function decodes a logical expression, where expression is the logical expression, and decoded_expression is a handle to the decoded expression. The expression argument can be any legal logical EDMexpressX  expression, including function calls, in source EDMexpressXformat EDMexpressXformat (ascii format).
The returned decoded_expression argument is normally later used as argument in a xpxEvaluateLogicalExpression call.

Arguments

...

TypeNameComment
STRINGexpressionThe logical expression, can be any legal logical EDMexpressX expression, including function calls, in source EDMexpressXformat (ascii format)
INTEGERdecoded_expressionThe returned value

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"