Syntax
IPAddress <hostname>Description
Returns the numeric IP address for the specified Internet host name.Parameters
URL=<hostname>
- The Internet host name for which the numeric IP address is desired.
Remarks
Example
ipaddr = IPAddress "www.p1.com"
MessageBox Text=ipaddr Title="IP Address" StayInFrontThe above script fragment displays the IP address of the P1 Systems host.