Functions Reference

Table Of Contents
Chapter 13
|
Text formatting functions 193
Examples
TextFontRemove(“Arial Text and Courier Text”) returns Arial Text and
Courier Text displayed in the field’s default font.
TextFontRemove(“Arial Text and Courier Text”;“Arial”) returns Arial
Text and Courier Text with the Arial font removed from the words Arial Text for all
fontScripts that use the Arial font.
TextFontRemove(“Arial Text and Courier Text”;“Arial”;Cyrillic)
returns Arial Text and Courier Text with the Arial font removed from Cyrillic character
sets.
TextFormatRemove
Format
TextFormatRemove(text)
Parameters
text - any text expression or text field
Data type returned
text
Description
Removes all text formatting from text in a single action. All fonts, styles, font sizes, and
font colors are removed from the specified text.
Example
TextFormatRemove(“Plaid”) returns the word Plaid without any text formatting
applied.
TextSize
Format
TextSize(text;fontSize)
Parameters
text - any text expression or text field
fontSize - any font size expressed as an integer
Data type returned
text