Beta Documentation - Subject to change.

Inserts text into the label at the current cursor position.

Syntax

Lua
function Label:InsertText(value);

Parameters

value
Type: string
The text to insert.

Remarks

Inserts the text specified into the label at the current cursor position.

See Also