Re-initialise a variable as another type.
bool CExtAPI::var_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.