Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
RichText.TextLength
Returns the length of the text in characters.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RichText | 3.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
MBS( "RichText.TextLength" )
Parameters
none
Result
Returns the length of the text in characters.
Description
Returns the length of the text in characters.Examples
Read plain text from container field:
$r = MBS( "RichText.ReadContainer"; Test::ContainerField )
$length = MBS( "RichText.TextLength" )
See also
Example Databases
This function is free to use.
Created 18th August 2014, last changed 18th August 2014
