| ELZED | Documentation | The Details | API |
| lzRevertParsedExpThe lzRevertParsedExp function reverts the enhanced postfix expression associated with the passed-in object handle back to an infix expression. char* lzRevertParsedExp( | 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 character string containing an infix version of the enhanced postfix expression associated with the passed-in object handle. Elzed will re-use the returned character string so, if you want to retain the returned value, copy it to your own storage. |
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. |
Versions | Introduced in Elzed 2.3.3 | | This page describes the version of lzRevertParsedExp active in Elzed 2.5.0 (174: 2.5.0) |
|
| |