﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3699	_ArrayMin, _ArrayMinIndex, _ArrayMax, _ArrayMaxIndex: example scripts	j0kky	Jpm	"$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))"	Bug	closed	3.3.15.1	Documentation		None	Fixed		
