Skip to main content
Skip table of contents

IsTextRTF()


IsTextRTF() – Auf Formatierung prüfen



Die Funktion prüft, ob ein Text im RTF-Format vorliegt.


ParameterBeschreibung

cText:C

Zu prüfender Text


Rückgabewert


Logisch

Beispiel


CODE
IsTextRTF('Dontenwill')                                                     
// Ergebnis: False

IsTextRTF('{\rtf1Guten Tag!\par{\i Dies} ist ein formatierter {\b Text}.}') 
// Ergebnis: True


Weitere Verknüpfungen




JavaScript errors detected

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

If this problem persists, please contact our support.