Opened 6 years ago
Closed 6 years ago
#3699 closed Bug (Fixed)
_ArrayMin, _ArrayMinIndex, _ArrayMax, _ArrayMaxIndex: example scripts
Reported by: | j0kky | Owned by: | Jpm |
---|---|---|---|
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 Changed 6 years ago by Jpm
- Milestone set to 3.3.15.1
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
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.
Fixed by revision [12194] in version: 3.3.15.1