| ELZED | Documentation | The Details | API |
| lzGetNumVarValueByHandleThe lzGetNumVarValueByHandle function returns the value of the indicated numeric variable. double lzGetNumVarValueByHandle( | LZObjectHandle hHandle | | // a handle to the variable |
);
ParametershHandle | | An LZObjectHandle to the variable. |
Return Value | Returns the value of the named numeric variable. |
Remarks | This function fails silently and returns a value of zero if the variable is not found or is not of numeric type. Use lzGetLastErrorID or lzGetLastErrorText to find out what failed. |
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzGetNumVarValueByHandle active in Elzed 2.5.0 (251: 2.5.0) |
See Also |
| |