Set TypeAhead, Set("TypeAhead")
SET TYPEAHEAD determines the maximum number of characters Visual FoxPro can capture and hold for the next input event.
Usage |
SET TYPEAHEAD to nKeyStrokes nKeyStrokes = SET("TYPEAHEAD") |
Parameter |
Value |
Meaning |
nKeyStrokes |
Numeric |
How many characters Visual FoxPro will buffer. |
Example |
SET TYPEAHEAD TO 0 && clear the buffer SET TYPEAHEAD TO 100 && for real fast typists! |
See Also |