The ToRichText() function converts a text to HTML.
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a copy of textthat can be used as HTML.
If textis unknown [empty] is returned.
Syntax
ToRichText(text)
ToRichText("plain text without html tags but with some html codes & € some é characters.")
=> "plain text without html tags but with some html codes & € some é characters."