Functions Reference

Table Of Contents
Chapter 7
|
Get functions 69
Get(ApplicationVersion)
Format
Get(ApplicationVersion)
Parameter
None
Data type returned
text
Description
Returns text representing the FileMaker application and version.
Pro (version) for FileMaker Pro.
ProAdvanced (version) for FileMaker Pro Advanced.
Runtime (version) for FileMaker Runtime.
Web (version) for FileMaker Web Client.
Server (version) for FileMaker Web Server.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns Pro 9.0v1 in FileMaker Pro 9.0v1.
Get(CalculationRepetitionNumber)
Format
Get(CalculationRepetitionNumber)
Parameter
None
Data type returned
number
Description
Returns a number representing the repetition of the calculation field that is currently being
calculated. The first repetition is 1. If the current field isn’t a repeating field
, the function
returns 1.