TextFormatRemove
Removes all text formatting from specified text in a single action.
Format
TextFormatRemove ( text )
Parameters
text
- any text expression or text field
Data type returned
text
Originated in version
8.0
Description
Use this function to remove all fonts, styles, font sizes, and font colors from the specified text.
Example 1
TextFormatRemove ( "Plaid" )
returns the word Plaid without any text formatting applied.