====== var_CreateTemp ====== ===== Description ===== Create a temporary, unnamed variable. ===== Function prototype ===== ZVAR CExtAPI::var_CreateTemp(long VarID); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | VarID | long | The [[zeolite:varID|type ID]] of the temporary variable to be created. | ===== Return value ===== Null if an error occurred, and a non-null ZVAR handle otherwise. ===== Comments ===== Please refer to the comments for [[zeolite:functions:var_Create#Comments|var_Create]], which are relevant to this function also.