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)
Note:
See TracTickets
for help on using tickets.

already fixed with #1051