====== type_GetTypeName ====== ===== Description ===== Get the name of a variable type, as a string variable, corresponding to a given [[zeolite:varID|variable type ID]]. ===== Function prototype ===== bool CExtAPI::type_GetTypeName(long VarID, ZVAR hStringVar); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | VarID | long | The variable type ID for which the corresponding name string is to be retrieved. | | hStringVar | ZVAR | A ZVAR handle to a user-supplied string variable (created with [[zeolite:functions:var_Create]], [[zeolite:functions:var_CreateTemp]] or [[zeolite:functions:list_CreateItem]].) | ===== Return value ===== False if an error occurred or the given VarID was not recognised, and true otherwise. ===== Comments ===== The value of the string contained in //hStringVar// can be retrieved using [[zeolite:functions:str_GetText]].