Navigation:  Language Reference > 13 - Built-in Functions >====== SETKEYCODE (specify keycode) ====== Previous pageReturn to chapter overviewNext page

SETKEYCODE(keycode)

blk2blue.jpg

SETKEYCODE Sets the keycode returned by the KEYCODE procedure.
keycode An integer constant or keycode EQUATE label.

SETKEYCODE sets the internal keycode returned by the KEYCODE procedure. The keycode is not put into the keyboard buffer.

Example:

SETKEYCODE(0800h)     !Set up the keycode procedure to return 0800h

See Also:

KEYCODE

Keycode Equate Labels

Keycode Equates List