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.
Lua |
---|
function Label:InsertText(value); |