Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 33
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 12.0
Description
Returns the width in pixels of images in a container field that holds images. Otherwise, GetWidth
returns 0.
Examples
GetWidth(Product) returns 1024.
Related topics
Contents
Functions reference (alphabetical list)
VerifyContainer
Purpose
Returns a Boolean value representing the validity of data stored externally in a container field.
Format
VerifyContainer(field)
Parameters
field - any text, number, date, time, timestamp, or container field; or any text expression or
numeric expression.
Data type returned
text
Originated in
FileMaker Pro 12.0
Description
Returns a Boolean value representing the validity of data stored externally in a container field. A
0
(False) value means the data was changed or deleted; otherwise, 1 (True) is returned.