| ELZED | Documentation | The Details | API |
| lzEvalExpStrToBoolThe lzEvalExpStrToBool function evaluates an expression and returns a boolean result. bool lzEvalExpStrToBool( | const char* szExpression | | // the expression to be evaluated |
);
ParametersszExpression | | A null-terminated character string containing the expression to be evaluated. |
Return Value | A boolean value containing the result of the evaluation. |
Remarks | This call will coerce the returned result of the evaluation to a boolean result. |
Versions | Introduced in Elzed 1.2.0 Modified in Elzed 2.3.0 -- Dropped lCycles parameter. Modified in Elzed 2.4.0 -- Expression parameter (char*) is now declared const. | | This page describes the version of lzEvalExpStrToBool active in Elzed 2.5.0 (193: 2.5.0) |
|
| |