Functions Reference

Table Of Contents
104 FileMaker Functions Reference
Get(SystemIPAddress)
Format
Get(SystemIPAddress)
Parameter
None
Data type returned
text
Description
Returns a list of all IP addresses of all active NIC (Network Interface Controller) card
connected to the computer. IP addresses are separated by carriage returns.
See FileMaker Pro Help for information about running scripts in client/server and peer-to-
peer environments.
Example
Suppose a machine has the following active physical interfaces:
an Ethernet card not connected to a network with an IP address of 10.10.1.0.10
a WiFi interface with an IP address of 192.168.1.1
a VPN connection with an IP address of 172.172.172.172
The function returns:
192.168.1.1
172.172.172.172
Get(SystemLanguage)
Format
Get(SystemLanguage)
Parameter
None
Data type returned
text
Description
Returns the language currently set on the current system. The text that is returned is in
the English language.