Modify ↓
Opened 9 years ago
Closed 9 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 Changed 9 years ago by anonymous
comment:2 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.
#3078 fixed in. Close this.