Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
RichText.Text
Returns the plain text of the currently loaded text file.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RichText | 3.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
MBS( "RichText.Text" )
Parameters
none
Result
Returns text or error.
Description
Returns the plain text of the currently loaded text file.See also WordFile.Texts for extracting text from word files.
Examples
Read plain text from container field:
$r = MBS( "RichText.ReadContainer"; Test::ContainerField )
$text = MBS( "RichText.Text" )
See also
- RichText.AppendText
- RichText.ReadContainer
- RichText.ReadFromClipboard
- RichText.ReplaceTexts
- RichText.SetText
- RichText.TextLength
- WordFile.Texts
Example Databases
This function is free to use.
Created 18th August 2014, last changed 11st April 2017