get_name_of_named_variable

The get_name_of_named_variable function retrieves the name of a local variable, given an ID number.

 

Syntax
PCSTRINGZ get_name_of_named_variable(
    ID  id
    );

 

Members
Parameters Description
id Specifies the ID of the variable.

Return Values

The function returns the name in a PCSTRINGZ, or NULL if the name is not found.

 

Remarks

N/A

 

See Also