Copy the value of another variable.
bool CzVar::CopyValue(ZVAR hVarSrc);
Name | Type | Comment |
---|---|---|
hVarSrc | ZVAR | a ZVAR handle to the variable to be copied. |
False if:
True otherwise.
This function is equivalent to the API function var_CopyValue. Please refer to the documentation of that function for additional information.