Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 227
Examples
TrimAll( ) returns if the value of field is
TrimAll( ) returns
Related topics
Contents
Functions reference (alphabetical list)
Upper
Purpose
Returns all letters in text as uppercase.
Format
Upper(text)
Parameters
text - any text expression or text field
Data type returned
text
Originated in
FileMaker Pro 6.0 or earlier
Description
Use the Upper function to ensure consistent data entry of such things as state abbreviations or
postal codes.
Examples
Upper(“Ca”) returns CA.
Upper(“12n34p”) returns 12N34P.
Related topics
Contents
Functions reference (alphabetical list)