メインコンテンツまでスキップ
バージョン:25.2

rtfToText

  • function

  • Converts rich text in the RTF format to plain text. The value of richText should be text encoded in the RTF format. The rtfToText function removes all of the formatting information and returns just the plain text contents from richText.

  • Examples: +

     put the rtfToText of file "Octopus.rtf" into articlePlainText