Table of Contents

var_ReInit

Description

Re-initialise a variable as another type.

Function prototype

bool CExtAPI::var_ReInit(ZVAR hVar, long VarID);

Arguments

Name Type Comment
hVar ZVAR A handle the the variable to be re-initialised.
VarID long The new variable type ID.

Return value

False if an error occurred, and true otherwise.

Comments

None.