General
Returns a truncated string with an appended string with a total length of specified count of characters.
Syntax
The syntax of the LimitText function is:
LimitText Function Syntax
LimitText( string, count of characters, string to append )
Examples
The following Expression will return "Very lo...". Notice that the length of the returned string is 10, as the appended string is included in the counting.
LimitText Function Example
LimitText ( "Very long long long text", 10, "...")
Available in Version 3.6.3 and higher.