Text formatting functions allow a routine or calculation to manipulate the actual formatting of data within text fields in FileMaker.
Syntax |
Data Type Returned |
---|---|
RGB ( red; green; blue ) |
Number |
TextColor ( text; RGB ( red; green; blue ) ) |
Text |
TextColorRemove ( text {; RGB ( red; green; blue )} ) |
Text |
TextFont ( text; fontName {; fontScript}) |
Text |
TextFontRemove ( text {; fontName; fontScript} ) |
Text |
TextFormatRemove ( text ) |
Text |
TextSize ( text; fontSize ) |
Text |
TextSizeRemove ( text {; sizeToRemove} ) |
Text |
TextStyleAdd ( text; style(s) ) |
Text |
TextStyleRemove ( text; style(s) ) |
Text |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information