|
Inkey$ | |
Key$ = Inkey$() | |
Parameters: NONE | |
Returns: Key$ = The ASC II character that represent the pressed key |
|
The Inkey$ function returns the current key pressed in string form. FACTS: * Inkey$ can not return special keys like CTRL,SHIFT,Enter,Function keys etc, as these key have no valid ASC II character. * Inkey$ can only return single key presses Mini Tutorial: This example uses Inkey$ to create a very basic input function
|
Related Info: | Input | Scancode | StaticInput : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |