Modify ↓
Opened 17 years ago
Closed 17 years ago
#5 closed Bug (Rejected)
AVector[] out of bounds - AU3check should pick up on my error
Reported by: | anonymous | Owned by: | Jpm |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Other | Severity: | |
Keywords: | Cc: |
Description
$color =
If _ChooseColor( 2 ) <> -1 then $color
Notice the code is incorrect I don't say $color = value but Au3 check should pick up on that and list it as an error.
That code throws an AutoIt error AVector[] out of bounds
Just a minor detail good luck!
Tested in: 3.2.8.0
Attachments (0)
Change History (6)
comment:1 Changed 17 years ago by Jpm
- Resolution set to rejected
- Status changed from new to closed
comment:2 Changed 17 years ago by Jpm
- Version changed from 3.2.10.0 to old releases
comment:3 Changed 17 years ago by Jpm
- Version changed from old releases to Old release
comment:4 Changed 17 years ago by Jpm
- Resolution rejected deleted
- Status changed from closed to reopened
comment:5 Changed 17 years ago by Jpm
- Owner set to Jpm
- Status changed from reopened to assigned
comment:6 Changed 17 years ago by Jpm
- Resolution set to rejected
- Status changed from assigned to closed
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 closed for a long tile. please use the lastest official release with a complete repro script your one is missuing the #include <Misc.au3>