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 )
Return value
None.
Examples
This expression displays the contents of the short_desc column's as rich text.
RichText( short_desc )