ENTRY$
This command will return the string currently 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 clear this string using the CLEAR ENTRY BUFFER command.

SYNTAX
Return String=ENTRY$()

RELATED INFO
INPUT Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example