Modify ↓
Opened 11 years ago
Closed 11 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)
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.