PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → How to ping to determine if an address hesitate using WINDEV Mobile(Como dar ping para saber se um endereço exite usando o windev mobile)
How to ping to determine if an address hesitate using WINDEV Mobile(Como dar ping para saber se um endereço exite usando o windev mobile)
Iniciado por adrianoboller, 20,ene. 2015 19:03 - No hay respuesta
Miembro registrado
3.659 mensajes
Popularité : +175 (223 votes)
Publicado el 20,enero 2015 - 19:03
//How to ping to determine if an address hesitate using WINDEV Mobile
//Como dar ping para saber se um endereço exite usando o windev mobile

ok is boolean = HTTPRequest("192.168.1.150")

IF ok = True
Info("Meus parabéns!")
ELSE
Info("Deu erro!")
END