HOT_NAME$

Syntax

HOT_NAME$ (key$)

Location

HOTKEY II

The function HOT_NAME$ returns the name of the Thing or the string associated with the specified hotkey. A null string is returned if the hotkey is not defined.

Example

ERT HOT_RES ('/',flp2_Qram): ERT HOT_KEY ('s','Yours Sincerely','')
HOT_GO
PRINT HOT_NAME$ ('/') , HOT_NAME$('s')

will show the following: Qram Yours Sincerely

CROSS-REFERENCE

HOT_LIST will list details about all currently defined hotkeys, HOT_TYPE allows you to verify the type of hotkey defined.