CLEAR ENTRY BUFFER
This command will clear the string current held by the windows system. This string is maintained by the windows message pump and ensures you do not miss characters typed at speed in your application. You can get the contents of this string by using the ENTRY$() command.

SYNTAX
CLEAR ENTRY BUFFER

RELATED INFO
INPUT Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example