Hello, how can I do this (msgbox) in which I write a message that there is no Internet connection?
how to avoid this message?
CODE:
whr.WaitForResponse
status := whr.status
if (status != 200)
throw "Failed to download data. Status: " . status
how to avoid this message?
Statistics: Posted by dukuzmo — Today, 15:20