Modify

Opened 9 years ago

Closed 9 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 9 years ago by Melba23

  • Component changed from AutoIt to Documentation

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 Changed 9 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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Melba23.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.