Re-initialise a variable as another type.
| Declaration | Zeolite.h | 
|---|---|
| Implementation | Zeolite.cpp | 
bool zvar_ReInit(ZVAR hVar, long VarID);
| Name | Type | Comment | 
|---|---|---|
| hVar | ZVAR | A handle the the variable to be re-initialised. | 
| VarID | long | The new variable type ID. | 
False if an error occurred, and true otherwise.
None.