|
| ELZED | Documentation | The Details | API |
| lzGetVarTypeByHandleThe lzGetVarTypeByHandle function returns the data type of the indicated variable. char lzGetVarTypeByHandle(| | LZObjectHandle hHandle | | // a handle to the variable |
);
Parameters| hHandle | | | An LZObjectHandle to the variable. |
Return Value| | Returns the data type code of the variable. The codes are as follows:
|
Code
|
Constant
|
Meaning
|
|
'N'
|
kTypeNum
|
Numeric |
|
'S'
|
kTypeStr
|
String |
|
'B'
|
kTypeBool
|
Boolean |
|
'X'
|
kTypeNone
|
No such variable exists |
|
Remarks| | The target variable must exist in the current context and/or at the specified scope. |
Versions| | Introduced in Elzed 2.4.0 | | | This page describes the version of lzGetVarTypeByHandle active in Elzed 2.5.0 (257: 2.5.0) |
See Also |
| |