Go to Contents
Previous
Page
Next
Page
Contents > Functions reference (alphabetical list) > Get functions > Get(SystemIPAddress) function

Get(SystemIPAddress) function
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 Solving calculations on a host machine 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
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas

Contents > Functions reference (alphabetical list) > Get functions > Get(SystemIPAddress) function
Previous
Page
Next
Page