Modify ↓
Opened 7 years ago
Closed 7 years ago
#3699 closed Bug (Fixed)
_ArrayMin, _ArrayMinIndex, _ArrayMax, _ArrayMaxIndex: example scripts
| Reported by: | j0kky | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
$iEnd param should have -1 value instead of 0 in the last line of the example script related to these functions:
_ArrayMin:
MsgBox($MB_SYSTEMMODAL, 'Min Numeric value in column 2', _ArrayMin($aArray, 1, 0, -1, 2))
_ArrayMinIndex:
MsgBox($MB_SYSTEMMODAL, 'Min Index Numeric value in column 2', _ArrayMinIndex($aArray, 1, 0, -1, 2))
_ArrayMax:
MsgBox($MB_SYSTEMMODAL, 'Max Numeric value in column 2', _ArrayMax($aArray, 1, 0, -1, 2))
_ArrayMaxIndex:
MsgBox($MB_SYSTEMMODAL, 'Min Index Numeric value in column 2', _ArrayMinIndex($aArray, 1, 0, -1, 2))
Attachments (0)
Change History (1)
comment:1 by , 7 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [12194] in version: 3.3.15.1