| ELZED | Documentation | The Details | API |
| lzSetNumVarByHandleThe lzSetNumVarByHandle function sets the value of the indicated numeric variable. bool lzSetNumVarByHandle( | LZObjectHandle hHandle, | | // a handle to the target variable | | double dVariableValue | | // the value of the target variable value |
);
ParametershHandle | | A handle to the target variable. |
dVariableValue | | A double-precision value to be applied to the target variable. |
Return Value | Returns TRUE if the variable was successfully found, otherwise FALSE. |
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzSetNumVarByHandle active in Elzed 2.5.0 (272: 2.5.0) |
See Also |
| |