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 

lzEvalExpHndlToStr

The lzEvalExpHndlToStr function evaluates a pre-parsed expression and returns a string representation of the result.

char* lzEvalExpHndlToStr(
   LZObjectHandle hTheExpression   // the expression to be evaluated
);

Parameters

hTheExpression
   An LZObjectHandle identifying the expression to be evaluated.

Return Value

   A null-terminated character string containing a string representation of the result of the evaluation.

Remarks

   This call will coerce the returned result of the evaluation to a string result.

Do not save the returned pointer, as it will be re-used by the current context. Copy the result into your own string.

Versions

   Introduced in Elzed 1.0.0
Modified in Elzed 2.3.0 -- Dropped lCycles parameter.
   This page describes the version of lzEvalExpHndlToStr active in Elzed 2.5.0 (125: 2.5.0)

See Also

   Strings


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