Table of Contents

var_CreateTemp

Description

Create a temporary, unnamed variable.

Function prototype

ZVAR CExtAPI::var_CreateTemp(long VarID);

Arguments

Name Type Comment
VarID long The 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 var_Create, which are relevant to this function also.