C5 UI General :
CLEAR TYPEAHEAD :
Empty the keyboard buffer CLEAR TYPEAHEAD
INKEY() :
Extract a character from the keyboard buffer
INKEY( [ <nSeconds> ] ) --> nInkeyCode
KEYBOARD :
Stuff a string into the keyboard buffer
KEYBOARD <cString>
LASTKEY() :
Return the INKEY() value of the last key in the buffer
LASTKEY() --> nInkeyCode
NEXTKEY() :
Read the pending key in the keyboard buffer
NEXTKEY() --> nInkeyCode
SET TYPEAHEAD :
Set the size of the keyboard buffer
SET TYPEAHEAD TO <nKeyboardSize>
Pingback: Clipper 5.x Reference Guide Summary | Viva Clipper !