Modify ↓
Opened 11 years ago
Closed 11 years ago
#3110 closed Bug (Duplicate)
_ArrayUnique bug
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.15.0 | Severity: | None |
| Keywords: | Cc: |
Description
Local $aArray[6][2] = [[1, "A"],[2, "B"],[3, "C"],[1, "a"],[2, "b"],[3, "c"]] _ArrayDisplay($aArray, "$aArray") $aNewArray = _ArrayUnique($aArray, 1, 0, 1)
Array variable has incorrect number of subscripts or subscript dimension range exceeded.:
If IsInt($aArray[$iBase]) Then
If IsInt( ERROR
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

#3078 fixed in. Close this.