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