# get_name_of_named_variable {{< callout context="note" title="NOTE" icon="outline/bulb" >}} Deprecated. Use `fsVarsGetLVarName` instead. {{< /callout >}} The **get\_name\_of\_named\_variable** function retrieves the name of a local variable, given an ID number.   ##### Syntax ``` wasm PCSTRINGZ get_name_of_named_variable( ID id ); ```   ##### Members {{< table-wrapper >}} | Parameters | Description | |------------|-----------------------------------| | `id` | Specifies the ID of the variable. | {{< /table-wrapper >}}   ##### Return Values The function returns the name in a `PCSTRINGZ`, or `NULL` if the name is not found.   ##### Remarks N/A