id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1049,InetRead() inserts arbitrary \0 characters.,GEOSoft,Valik,"I'm classing this as a bug but it may be more of a feature request. InetRead() doesn't wait for the read to finish before returning. {{{ $sTemp = @TempDir & ""\cWeather.txt"" $sStr = InetRead(""http://www.google.ca/ig/api?weather=nanaimo,BC"", 1) ClipPut(BinaryToString($sStr)) $sSrc = InetGet(""http://www.google.ca/ig/api?weather=nanaimo,BC"", $sTemp, 1) InetClose($sSrc) If NOT $sSrc Then Exit ClipPut(ClipGet() & @CRLF & @CRLF & FileRead($sTemp)) FileDelete($sTemp) }}} This gave me the following results where the top portion is from InetRead() and The bottom is from InetGet() and FileRead(). Using _InetGetSource() works but that means there is no advantage to using the native function.",Bug,closed,3.3.1.2,AutoIt,3.3.0.0,Blocking,Fixed,,