rtfToText
-
function
-
Converts rich text in the RTF format to plain text. The value of
richText
should be text encoded in the RTF format. ThertfToText
function removes all of the formatting information and returns just the plain text contents fromrichText
. -
Examples: +
put the rtfToText of file "Octopus.rtf" into articlePlainText