Syntax:= Ping(ComputerName)
Description: Pings a computer name or IP address. On success it returns the response time in milliseconds. If unsuccessful it returns -1.
Example:=Ping("www.oraxcel.com")