| **Navigation:**  [[introduction.htm|Language Reference]] > 13 - Built-in Functions >====== SETKEYCHAR (specify ASCII code) ====== | [[setfont specify font .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setkeycode specify keycode .htm|{{btn_next_n.gif|Next page}}]] | | || **SETKEYCHAR(**//keychar//**)** {{blk2blue.jpg|blk2blue.jpg}} | **SETKEYCHAR** | Sets the ASCII character returned by the KEYCHAR procedure. | | //keychar// | An integer constant, variable, or expression containing the ASCII value of the character to set. | **SETKEYCHAR** sets the internal ASCII character returned by the KEYCHAR procedure. The character is not put into the keyboard buffer. **Example:** **SETKEYCHAR(VAL('A'))     !Set up the keychar procedure to return 'A'** **See Also:** [[keychar return ascii code .htm|KEYCHAR]]