DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_input$: text$ [, bSpecialChars%=TRUE]
Allows text entry
Example :
DEBUG "Result : "+DDgui_input$("text",FALSE)
Result :
This command allows text entry via an external keyboard or the on-screen keyboard, which is automatically displayed.
Pressing the TAB key introduces a space
