Help

Table Of Contents
FILEMAKER PRO HELP 939
Underline
HighlightYellow
Condense
Extend
Strikethrough
SmallCaps
Superscript
Subscript
Uppercase
Lowercase
Titlecase
WordUnderline
DoubleUnderline
AllStyles (all available styles)
Examples
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(FirstName;AllStyles) returns Sophie without any styles.
TextStyleRemove(MyTable::MyText;HighlightYellow)returns the text contained in
MyTable::MyText with the HighlightYellow style removed.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Time functions
Time functions calculate times and manipulate time information.
Click a function name for details.
This function Returns
Hour A number representing the hour portion (0-23) of a specified time value.
Minute A number representing the minute portion (0-59) of a specified time value.
Seconds A number representing the seconds portion (0-59) of a specified time value.
Time A time result with the specified number of hours, minutes, and seconds.