| ELZED | Documentation | The Details | API |
| lzEvalExpStrToStrBThe lzEvalExpStrToStrB function evaluates an expression and returns a BSTR containing a string representation of the result. BSTR lzEvalExpStrToStrB( | const char* szExpression | | // the expression to be evaluated |
);
ParametersszExpression | | A null-terminated character string containing the expression to be evaluated. |
Return Value | A BSTR containing a string representation of the result of the evaluation. |
Remarks | This function is provided to support Visual Basic. For VB, the lzEvalExpStrToStr API call maps to this function.
This call will coerce the returned result of the evaluation to a BSTR result.
The caller is responsible for disposing of the returned BSTR. In general, VB will handle this for you automatically. |
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 lzEvalExpStrToStrB active in Elzed 2.5.0 (197: 2.5.0) |
See Also |
| |