Rich Text

Empty

Description

Removes all content from the rich text object.

Syntax

rt:Empty()

Parameters

None

Return Value

None
 

Remarks

Example
rt = fhNewRichText()
rt:SetText("Hello world!")
rt:Empty()