| ELZED | Documentation | The Details | API |
| lzRevertParsedExpBThe lzRevertParsedExpB function reverts the enhanced postfix expression associated with the passed-in object handle back to an infix expression. BSTR lzRevertParsedExpB( | LZObjectHandle hExpressionUID | | // handle to a parsed expression |
);
ParametershExpressionUID | | A handle to the parsed expression you desire to revert to infix notation. |
Return Value | Returns a BSTR containing an infix version of the enhanced postfix expression associated with the passed-in object handle. You are responsible for disposing of the BSTR. |
Remarks | This function can be useful in debugging potential parser problems. Compare the output of this function to your original infix expression to see if Elzed is interpreting your expression correctly.
This function is intended to support Visual Basic. In VB, the lzRevertParsedExp API call is mapped to this function. |
Versions | Introduced in Elzed 2.3.3 | | This page describes the version of lzRevertParsedExpB active in Elzed 2.5.0 (175: 2.5.0) |
|
| |