IsTextRTF()
IsTextRTF() – Auf Formatierung prüfen
Die Funktion prüft, ob ein Text im RTF-Format vorliegt.
Parameter | Beschreibung |
---|---|
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