Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [code]#include <Inet.au3>
  2. $url = "you url"
  3. $avNames=""
  4. Func check()
  5. $avNames = _INetGetSource($url)
  6. EndFunc
  7.  
  8. While (True)
  9. Sleep(5000)
  10. check()
  11. FileWrite("log.txt",$avNames)
  12. WEnd
  13. [/code]
  14.  
  15. this code working without you error  :oui:
  16. try add sleep
  17. if still get same error share full code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement