| ELZED | Documentation | The Details | API |
| lzEvalExpHndlToStrThe lzEvalExpHndlToStr function evaluates a pre-parsed expression and returns a string representation of the result. char* lzEvalExpHndlToStr( | LZObjectHandle hTheExpression | | // the expression to be evaluated |
);
ParametershTheExpression | | An LZObjectHandle identifying the expression to be evaluated. |
Return Value | A null-terminated character string containing a string representation of the result of the evaluation. |
Remarks | This call will coerce the returned result of the evaluation to a string result.
Do not save the returned pointer, as it will be re-used by the current context. Copy the result into your own string. |
Versions | Introduced in Elzed 1.0.0 Modified in Elzed 2.3.0 -- Dropped lCycles parameter. | | This page describes the version of lzEvalExpHndlToStr active in Elzed 2.5.0 (125: 2.5.0) |
See Also |
| |