TextFormatRemove
Purpose
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
FileMaker Pro 8.0
Description
Use this function to remove all fonts, styles, font sizes, and font colors from the specified text.
Examples
TextFormatRemove ( "Plaid" ) returns the word Plaid without any text formatting applied.
Related topics