| ELZED | Documentation | The Details | API |
| lzEvalExpHndlToBoolThe lzEvalExpHndlToBool function evaluates a pre-aprsed expression and returns a boolean result. bool lzEvalExpHndlToBool( | LZObjectHandle hTheExpression | | // the expression to be evaluated |
);
ParametershTheExpression | | A boolean value containing the result of the evaluation. |
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. | | This page describes the version of lzEvalExpHndlToBool active in Elzed 2.5.0 (121: 2.5.0) |
See Also |
| |