GetTextInput$

Category: Input

Back to System Functions


Signature

GetTextInput$()

Returns

String

Description

Returns the current contents of the runtime-managed text input buffer.

Use StartTextInput to begin collecting typed text, and ClearTextInput to reset the buffer when needed.

Example

StartTextInput() name$ = GetTextInput$() DrawText(fontRef, 20, 20, name$)