Modify ↓
Opened 2 months ago
Last modified 2 months ago
#4062 assigned Feature Request
InetRead() return http_statuscode on error
| Reported by: | J-Paul Mesnage | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description (last modified by )
return it in @extended on @error
#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
Attachments (0)
Change History (6)
comment:1 by , 2 months ago
| Type: | Bug → Feature Request |
|---|
comment:2 by , 2 months ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 2 months ago
| Description: | modified (diff) |
|---|
comment:5 by , 2 months ago
| Version: | → 3.3.18.0 |
|---|
Note:
See TracTickets
for help on using tickets.

Fix sent to JON