Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Ping Function ====== ==== Description ==== Sends a signal to an IP address. ==== Syntax ==== retval = Ping(IPAddress) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |IPAddress|The IP address of a remote location.| |||| ==== Returns ==== An @fm delimited array of the IPAddress and the number of milliseconds it took to connect to the address. ==== Example ==== <code> declare function Ping retval = Ping("www.revelation.com") if retval then swap @fm with '' in retval call msg(@window,'Ping returned :' retval) end </code> guides/programming/programmers_reference_manual/ping.txt Last modified: 2024/06/19 20:20by 127.0.0.1