Functions Reference

Table Of Contents
Chapter 7
|
Get functions 105
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns Japanese when Japanese is the language currently set on the operating system.
Get(SystemNICAddress)
Format
Get(SystemNICAddress)
Parameter
None
Data type returned
text
Description
Returns a list of hardware addresses of all Network Interface Controller cards associated
with the machine. Values in the list are separated by carriage returns. The address
consists of 6 bytes displayed in hexadecimal separated by colons. In Windows, find this
address by typing the command “ipconfig /All” in a DOS window. In the Mac OS,
find this address under Network Overview in the System Profile tab under Applications/
Utilities/Apple System Profiler.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Example
Returns 00:07:34:4e:c2:0d, for example.
Get(SystemPlatform)
Format
Get(SystemPlatform)
Parameter
None
Data type returned
number