SetTextInput

Category: Input

Back to System Functions


Signature

SetTextInput(value As String)

Returns

Void

Description

Replaces the runtime-managed text input buffer with the supplied string value.

The stored value is limited to 2048 characters. Longer values are truncated.

Example

SetTextInput("Player1") StartTextInput()