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 

lzRevertParsedExpB

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

Parameters

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


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