KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzRevertParsedExp

The 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
);

Parameters

hExpressionUID
   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)


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy