Beta Documentation - Subject to change.

Appends text to the end of the label.

Syntax

Lua
function Label:AppendText(value);

Parameters

value
Type: string
The text to append.

Remarks

Appends text to the end of the label.

See Also