RFIO.ClearHotKeys

boolean ClearHotKeys()

Function ClearHotKeys() As Boolean

Empties the "hot keys" array.

Return value
True=successful, False=error, RF link lost.

Parameters

Remarks
The Hot Keys array contains the ASCII code of the supplemental keys that act as "function keys" during the RFInput() process.
The hot keys are added to the array by the AddHotKey() function.
The array is empty at connection time.

Example
wsRfIo.ClearHotKeys    ' Clear array
wsRfIo.AddHotKey 65    ' 'A' Key

See also    RFIO, AddHotKey