|
| ELZED | Documentation | The Details | API |
| lzEvalExpStrToStrThe lzEvalExpStrToStr function evaluates an expression and returns a string representation of the result. char* lzEvalExpStrToStr(| | const char* szExpression | | // the expression to be evaluated |
);
Parameters| szExpression | | | A null-terminated character string containing 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. Modified in Elzed 2.4.0 -- Expression parameter (char*) is now declared const. | | | This page describes the version of lzEvalExpStrToStr active in Elzed 2.5.0 (196: 2.5.0) |
See Also |
| |