Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 211
Format
Length(field)
Parameters
field - any text, number, date, time, timestamp, or container field, or any text expression or
numeric expression
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Description
This function returns the number of characters in a specified field. For a container field, Length
returns the total stored size of objects in bytes.
Examples
Length(“John”) returns 4.
Length(Description) returns 12 when the value in Description is Modem for PC.
Length(“M1” & Left(Product;5)) returns 7, when the Product field contains Canvas
Backpack.
Related topics
Contents
Functions reference (alphabetical list)
Lower
Purpose
Returns all letters in 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