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 

lzGetVarTypeByHandle

The 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



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