Modify ↓
Opened 11 years ago
Closed 11 years ago
#2957 closed Bug (Fixed)
_ArraySort: help needs meaning of defaults and 2D
| Reported by: | anonymous | Owned by: | Melba23 |
|---|---|---|---|
| Milestone: | 3.3.13.20 | Component: | Documentation |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
In Parameters, "index" makes sense for 1D (vector). Help should say that, for 2D, "column" (second dimension) is meant.
$iEnd: Help should say that 0 means last index (1D) or last column (2D).
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
| Component: | AutoIt → Documentation |
|---|
comment:2 by , 11 years ago
| Milestone: | → 3.3.13.20 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [11166] in version: 3.3.13.20
Note:
See TracTickets
for help on using tickets.

The next release will read as follows:
###Parameters###
@@ParamTable@@
$aArray
$iDescending
$iStart
$iEnd
$iSubItem
$iPivot
I think that is clear enough.
M23