Help

Table Of Contents
FILEMAKER PRO HELP 927
Examples
WordCount(“The sun is rising.”) returns 4.
WordCount(Letter) returns the total number of words in the Letter field.
Note Characters such as the ampersand (&) and hyphen (-) can be used to identify the beginning
of a new word.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Text formatting functions
Text formatting functions can be used to change the color, font, size, and style of the specified text.
For example, you could use the TextFont function to change the font of the specified text from
Arial to Courier. You can use these functions together to change the appearance of text on your
layouts.
Text formatting functions operate on these parameters:
fields of type text
text constants (in quotations)
expressions having a text result
Click a function name for details.
This function Returns
RGB A number obtained by combining the red, green, and blue values to represent a
color.
TextColor The color of text to the color specified by the RGB function.
TextColorRemove Text with the font colors reverted to the default font color for the field.
Tex tF ont Text in the specified font and character set.
Tex tF ontR emove Text with the fonts reverted to the default font for the field.
TextFormatRemove Text with the formatting reverted to the default text format for the field.
Tex tSize Text in the specified font size.
TextSizeRemove Text with the font sizes reverted to the default font size for the field.
TextStyleAdd Text with the specified styles added in a single action.
TextStyleRemove Text with the specified styles removed in a single action.