Lower
Purpose
Returns all letters in specified text as lowercase.
Format
Lower(text)
Parameters
text - any
text expression or text
field Data type returned
text
Originated in
FileMaker Pro 6.0 or earlier
Notes
Examples
Lower ( "ABCD" ) returns abcd.
Lower ( Course ) returns history, when the Course field contains History.
Lower ( "YOUR BILL IS OVERDUE" ) returns your bill is overdue.
Related topics