Modify ↓
Opened 10 years ago
Closed 10 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 Changed 10 years ago by Synix <cross.fire@…>
comment:2 Changed 10 years ago by Jos
- Resolution set to Rejected
- Status changed from new to closed
Duplicate.
@OP, stop making bug reports for support questions and go to our forums.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
MsgBox(0, InputBox("Escape me", "Abort this input box"), "@error=" & @error)
Works fine for me.