Skip to main content
Skip table of contents

RTFToText()


RTFToText() – Umwandlung von RTF- oder HTML-Text



Die Funktion wandelt einen String im RTF- oder HTML-Format in einen String im Nur-Text-Format um.


ParameterBeschreibung

cText:C

Beliebiger RTF- oder HTML-Text


Rückgabewert


Alphanumerisch

Beispiel


CODE
| cText1 |

cText1 := '{\rtf1Guten Tag!\par{\i Dies} ist ein formatierter {\b Text}.}',
RTFToText(cText1)

// Ergebnis: Guten Tag!
//           Dies ist ein formatierter Text.
//
// Hinweis:  Die Umwandlung von HTML in Nur-Text wird erst ab Version 5.8.55 unterstützt.


Weitere Verknüpfungen




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.