Ping Function

Sends a signal to an IP address.

retval = Ping(IPAddress)

The function has the following parameters:

ParameterDescription
IPAddressThe IP address of a remote location.

An @fm delimited array of the IPAddress and the number of milliseconds it took to connect to the address.

declare function Ping

retval = Ping("www.revelation.com")

if retval then

   swap @fm with '' in retval

   call msg(@window,'Ping returned :' retval)

end
  • guides/programming/programmers_reference_manual/ping.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1