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 

lzDeleteExp

The lzDeleteExp function destroys a previously parsed expression identified by an LZObjectHandle.

void lzDeleteExp(
   LZObjectHandle hTheExpression   // the expression to be deleted
);

Parameters

hTheExpression
   An LZObjectHandle identifying the expression to be deleted.

Return Value

   None.

Remarks

   All parsed expressions created by lzParseExp are created at global scope, and so exist in a particular context. To successfully delete a parsed expression, the call to lzDeleteExp must be made in the same context in which the expression was originally created.

Once deleted, an expression is no longer available for use. This action is not recoverable.

LZObjectHandles are unique throughout Elzed and are not reused.

Versions

   Introduced in Elzed 1.0.0
   This page describes the version of lzDeleteExp active in Elzed 2.5.0 (17: 2.5.0)


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