Description
Takes as argument a string expression interpreted as a RTF file name and renders the contents. If the argument is not a RTF file nothing is rendered.
Syntax
RichTextFile ( string )
Return value
None.
Examples
This expression displays the contents of the richtext.rtf file as rich text.
RichTextFile("richtext.rtf")