...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxEvaluateLogicalExpression(decoded_expression : |
...
INTEGER;
VAR result : LOGICAL)
status : INTEGER;
|
The xpxEvaluateLogicalExpression function is used to evaluate a logical expression decoded by xpxDecodeLogicalExpression. The reason for decoding the expression in a separate step is performance.
Arguments
...
Type | Name | Comment |
INTEGER | decoded_expression | comment |
LOGICAL | result |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|