xpxDecodeLogicalExpression
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 EDMexpressXformat (ascii format). The returned decoded_expression argument is normally later used as argument in a xpxEvaluateLogicalExpression call.
Arguments
Type | Name | Comment |
STRING | expression | The logical expression, can be any legal logical EDMexpressX expression, including function calls, in source EDMexpressXformat (ascii format) |
INTEGER | decoded_expression | The returned value |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â