SET TYPEAHEAD Command
Visual Studio 2005
Specifies the maximum number of characters that can be stored in the type-ahead buffer.
SET TYPEAHEAD TO nCharacters
Parameters
- nCharacters
-
Specifies the maximum number of characters to store in the type-ahead buffer.
No characters are held in the type-ahead buffer if you issue SET TYPEAHEAD TO 0. This statement deactivates INKEY( ) and ON KEY.