functions

fhNewRichText

Description

Creates a RichText object.

Minimum FH Version

7

Syntax

rtRichText = fhNewRichText([strText[,bRich]])

Parameters

strText
String. Optional.
bRich
boolean. Optional. Defaults to true if not supplied. Implies that strText contains rich text in eFTF syntax.

Return Value

rtRichText
RichText object

Remarks

Create a Rich Text object.  It will be empty if no parameters are supplied.

Example
rt = fhNewRichText("An <u>important</u> point")