| ELZED | Documentation | The Details | API |
| lzDeleteExpThe lzDeleteExp function destroys a previously parsed expression identified by an LZObjectHandle. void lzDeleteExp( | LZObjectHandle hTheExpression | | // the expression to be deleted |
);
ParametershTheExpression | | An LZObjectHandle identifying the expression to be deleted. |
Return Value
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) |
|
| |