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 

lzEvalExpStrToBool

The lzEvalExpStrToBool function evaluates an expression and returns a boolean result.

bool lzEvalExpStrToBool(
   const char* szExpression   // the expression to be evaluated
);

Parameters

szExpression
   A null-terminated character string containing the expression to be evaluated.

Return Value

   A boolean value containing the result of the evaluation.

Remarks

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

Versions

   Introduced in Elzed 1.2.0
Modified in Elzed 2.3.0 -- Dropped lCycles parameter.
Modified in Elzed 2.4.0 -- Expression parameter (char*) is now declared const.
   This page describes the version of lzEvalExpStrToBool active in Elzed 2.5.0 (193: 2.5.0)


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