Modify ↓
Opened 10 years ago
Closed 10 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 Changed 10 years ago by Melba23
- Component changed from AutoIt to Documentation
comment:2 Changed 10 years ago by Melba23
- Milestone set to 3.3.13.20
- Owner set to Melba23
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [11166] in version: 3.3.13.20
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.
The next release will read as follows:
###Parameters###
@@ParamTable@@
$aArray
$iDescending
$iStart
$iEnd
$iSubItem
$iPivot
I think that is clear enough.
M23