Test whether a variable is initialised as a given type ID.
| Declaration | Zeolite.h | 
|---|---|
| Implementation | Zeolite.cpp | 
bool zvar_IsType(ZVAR hVar, long VarID);
| Name | Type | Comment | 
|---|---|---|
| hVar | ZVAR | A ZVAR handle to a variable, the type of which is to be tested. | 
| VarID | long | A long integer containing the variable type ID to be tested. | 
False if:
True otherwise.
None.