Modify ↓
#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:2 by , on Dec 11, 2014 at 12:58:38 PM
| 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.