Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

RichText.HTMLText

Converts the current rich text to html.

Component Version macOS Windows Linux Server iOS SDK
RichText 6.0 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "RichText.HTMLText" )

Parameters

none

Result

Returns html or error.

Description

Converts the current rich text to html.
This does not handle all, but most attributes.

Examples

Read in HTML and output it:

Set Variable [ $r ; Value: MBS( "RichText.ReadHTML"; "<html><body><p><b>Schokoladenplätzchen</b></p></body></html>" ) ]
Show Custom Dialog [ "HTML" ; MBS( "RichText.HTMLText" ) ]

See also

Release notes

Example Databases

Blog Entries

This function is free to use.

Created 11st January 2016, last changed 25th November 2017


RichText.GeneratePDF - RichText.RTF

💬 Ask a question or report a problem