Functions Reference

Table Of Contents
Data type returned
number
Description
Windows: Returns a number representing the state of the Use High Contrast option in
the Accessibility Options control panel. Returns:
0 if Use High Contrast is unavailable, inactive, or if the function is used on the Mac
OS.
1 if Use High Contrast is available and active.
See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Get(HostIPAddress)
Format
Get(HostIPAddress)
Parameter
None
Data type returned
text
Description
Returns the IP address of the host machine for the current database. If the current
database isn’t being hosted, an empty string is returned.
Notes
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.
See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 14.156.13.121 when the current database is being hosted.
Get(HostName)
Format
Get(HostName)