Create a temporary, unnamed variable.
ZVAR CExtAPI::var_CreateTemp(long VarID);
Name | Type | Comment |
---|---|---|
VarID | long | The type ID of the temporary variable to be created. |
Null if an error occurred, and a non-null ZVAR handle otherwise.
Please refer to the comments for var_Create, which are relevant to this function also.