Modify ↓
Opened 9 years ago
Closed 9 years ago
#3122 closed Bug (Duplicate)
_ArrayUnique() seem to be broken.
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.14.0 | Severity: | None |
Keywords: | Cc: |
Description
When i use the Example 2 of _ArrayUnique() an out of bounds exception occours. When i use _ArrayUnique($aArray,1,0,0,0,1) instead of _ArrayUnique($aArray,1) to force $ARRAYUNIQUE_FORCE32 it works.
So i guess the $ARRAYUNIQUE_AUTO mode is not working properly.
Attachments (0)
Change History (1)
comment:1 Changed 9 years ago by jchd18
- Resolution set to Duplicate
- Status changed from new 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.
This is already taken care of for the next release. See tickets 3110 (also dup) and 3078.