ClearTextInput

Category: Input

Back to System Functions


Signature

ClearTextInput()

Returns

Void

Description

Clears the runtime-managed text input buffer to an empty string.

This does not change whether text tracking is currently active.

Example

ClearTextInput() If GetTextInput$() = "" Then DebugPrint("Text buffer cleared") End If