check_named_variable
The check_named_variable function retrieves the ID number of a named local variable, if it exists.
Syntax
ID check_named_variable(
PCSTRINGZ name
);
Members
Parameters | Description |
---|---|
name |
Specifies the variable name. |
Return Values
The function returns an ID number if the variables exists, or -1 if it does not.
Remarks
Local variable names are case-insensitive.
See Also