Returns a string representing the contents of the RichText object. If the RichText object contain rich text, the string will be in eFTF format.
sText = rt:GetText()
rt = fhNewRichText() rt:SetText("An <u>important</u> point") sText = rt:GetText() fhMessageBox(sText)