﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4062	InetRead() return http_statuscode on error	Jpm	Jon	"return it in @extended on @error

{{{#!autoit
#include <MsgBoxConstants.au3>

Example()

Func Example()
	Local $dData = InetRead(""https://anydesk.com/x"")
	ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $dData = ' & $dData & @CRLF & '>Error code: ' & @error & '    Extended code: ' & @extended & ' (0x' & Hex(@extended) & ')' & @CRLF) ;### Debug Console

	; Display the results.
	MsgBox($MB_SYSTEMMODAL, """", ""Error = "" & @error & "" extended = "" & @extended)
EndFunc   ;==>Example

}}}
"	Feature Request	assigned		AutoIt		None			
