RichText

Description

Takes as argument a string expression interpreted as RTF and renders it as such. If the argument is not RTF nothing is rendered.

Syntax

RichText ( string )

Argument

Description

string

The string expression to render as RTF


Return value

None.

Examples

This expression displays the contents of the short_desc column's as rich text.

RichText( short_desc )