====== zvar_ReInit ====== ===== Description ===== Re-initialise a variable as another type. ===== Files ===== ^ Declaration | ''Zeolite.h'' | ^ Implementation | ''Zeolite.cpp'' | ===== Function prototype ===== bool zvar_ReInit(ZVAR hVar, long VarID); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hVar | ZVAR | A handle the the variable to be re-initialised. | | VarID | long | The new [[:zeolite:varID|variable type ID]]. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.