Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 97
Get(FileSize)
Purpose
Returns the size (in bytes) of the currently active database file.
Format
Get(FileSize)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Description
If the current calculation is stored and you specify its context, this function will be evaluated based
on that context; otherwise, it will be evaluated based on the context of the current window.
Note For information on how functions evaluate differently on the host versus the client, search the
FileMaker Knowledge Base available at
www.filemaker.com/kb.
Examples
Returns 15000 when the current file size is 15000 bytes.
Related topics
Contents
Functions reference (alphabetical list)
Get(FoundCount)
Purpose
Returns a number that represents the number of records in the current found set.
Format
Get(FoundCount)
Parameters
None
Data type returned
number