Modify ↓
#1838 closed Bug (Fixed)
Au3Check, Ignored error case, keyword and (attached) negative number.
Reported by: | mvg | Owned by: | Jos |
---|---|---|---|
Milestone: | Future Release | Component: | Au3Check |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Au3Check keyword number negative attached | Cc: |
Description
Au3Check, Ignored error case, keyword and (attached) negative number.
- Seems very similar to ticket #491
- compressed(wrongly) code exception.
For $i=-1 To-2 Step -1 Next For $i=-1 To -2 Step-1 Next
(works for me) (documenting)
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by Jpm
- Resolution set to Fixed
- Status changed from new to closed
comment:2 Changed 14 years ago by TicketCleanup
- Milestone set to Future Release
Automatic ticket cleanup.
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.
already fixed with #1051