Modify ↓
Opened 11 years ago
Closed 11 years ago
#2953 closed Bug (Rejected)
Escaping from input box doesn't return @error = 1
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
Escaping or cancelling from an input box does not return the appropriate @error.
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Duplicate.
@OP, stop making bug reports for support questions and go to our forums.
Note:
See TracTickets
for help on using tickets.

MsgBox(0, InputBox("Escape me", "Abort this input box"), "@error=" & @error)Works fine for me.