PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → 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)
Débuté par adrianoboller, 20 jan. 2015 19:03 - Aucune réponse
Membre enregistré
3 651 messages
Popularité : +175 (223 votes)
Posté le 20 janvier 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