responseText
Posted: 15 May 2021, 14:01
here's my code guys.
when i shutdown the internet connection i get this error :
how can i fix this
Code: Select all
whr := ComObjCreate("WinHttp.WinHttpRequest.5.1")
whr.Open("GET", "https drive.google.com /uc?id=1iA2yEkOOlbfYjEEQy0leOk5y2BGx0mDL&export=download", Broken Link for safety true)
whr.Send()
whr.WaitForResponse()
RegExMatch(whr.ResponseText, "gun(\d+) ay(\d+) yil(\d+)", sure)
msgbox hey
whr.Open("GET", "http worldtimeapi.org /api/timezone/Europe/Istanbul.txt", Broken Link for safety true)
whr.Send()
whr.WaitForResponse()
RegExMatch(whr.ResponseText, "datetime: (\d+)-(\d+)-(\d+)T", saat)
how can i fix this