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 Melba23, 11 years ago

Component: AutoItDocumentation

The next release will read as follows:

###Parameters###
@@ParamTable@@
$aArray

Array to sort

$iDescending

[optional] If set to 1, sort in descending order

$iStart

[optional] Index of array to start sorting (default 0 = first element)

$iEnd

[optional] Index of array to stop sorting (default 0 = last element)

$iSubItem

[optional] Sub-index to sort on in 2D arrays (default 0 = first column)

$iPivot

[optional] Use pivot sort algorithm (default = quicksort)

I think that is clear enough.

M23

comment:2 by Melba23, 11 years ago

Milestone: 3.3.13.20
Owner: set to Melba23
Resolution: Fixed
Status: newclosed

Fixed by revision [11166] in version: 3.3.13.20

Modify Ticket

Action
as closed The owner will remain Melba23.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.