Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
Chapter 13
  
|
  Text formatting functions     197
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 
fontSize - any font size expressed as an integer
Data type returned
text
Description
Changes the font size of the specified text to fontSize. The font size is described in 
points (72 points to the inch). Text formatting options will be lost if the data type that is 
returned is something other than text.
Examples
TextSize(“Plaid”;18) returns the word 
Plaid
 in 18 point text.
TextSize(“Plaid”;24) returns the word 
Plaid
 in 24 point text.
TextSizeRemove
Format
TextSizeRemove(text{;sizeToRemove})
Parameters
text - any 
sizeToRemove - any font size expressed as an integer
Parameters in curly braces { } are optional.
Data type returned
text