styles - any named style from the list of available styles
You can remove multiple styles by using the + operator between style names. Negative values are not valid. The Plain styles cannot be used for this function. Plain is ignored if intermingled with other styles. Styles are not case-sensitive and do not contain spaces.
TextStyleRemove(“Plaid”;Italic) returns the word
Plaid with the italics style removed.
TextStyleRemove(FirstName;Bold + Underline) returns
Sophie with the bold and underlined styles removed when the FirstName field contains Sophie.
TextStyleRemove(MyTable::MyText;HighlightYellow)returns the text contained in
MyTable::MyText with the HighlightYellow style removed.