19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
message.error("NON C'E CONNESSIONE")
DIM h AS HttpClient h = NEW HttpClient AS "h" h.URL = "http://www.google.it" h.Async = FALSE h.Timeout = 60 h.Get IF h.Status < 0 THEN Message.Error("nessuna connessione internet attiva", "ok") h.Close() RETURN ELSE ''routine da effettuare in presenza della connessione Message.Info("connessione ok", "ok") 'fine routine da effettuare h.close END IFEND
SHELL "ping -c 4 www.google.it" to controlloIF Len(controllo) = 0 THEN Messagge.Error("tuo messaggio")ELSE Avvia programmaEND IF