Modify ↓
Opened 17 years ago
Closed 17 years ago
#1148 closed Feature Request (No Bug)
_ArraySort() Helpfile Typo
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | _ArraySort() | Cc: |
Description
Helpfile lists:
$iDescending [optional] If set to 1, sort descendingly
Function tooltip has:
$iDescending=0
Tooltip is correct I believe.
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
comment:3 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
nothing wrong tooltip indicate the default valut which is ascending and the doc say what is done when set to 1
Note:
See TracTickets
for help on using tickets.

Hmmm, on second thought, maybe the tooltip is wrong.
Descending is 10, 9, 8.... 1
Ascending is 1, 2, 3.... 10
In any case, one of them is wrong :-)