Modify ↓
Opened 6 years ago
Closed 6 years ago
#3737 closed Bug (Fixed)
_ArrayUnique fails on single element array when base set to 1
| Reported by: | Melba23 | Owned by: | Melba23 |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
When using the $iBase feature to ignore the first element, the function hard fails on a single element array.
Global $aArray[1] = ["test"] ; add a single row to the array _ArrayUnique($aArray, 0, 1) ; Arguments: $iColumn = 0, $iBase = 1 (1-based)
M23
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Fixed at revision 12230.
M23