﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1063	Documentation:  _ArraySearch() example script missing a prameter	PsaltyDS	Jpm	"The 2D search example is missing a parameter in the _ArraySearch() function.  Should be:

{{{
; $iIndex = _ArraySearch($avArray, $sSearch, 0, 0, 0, 1, $sColumn) ; Wrong
$iIndex = _ArraySearch($avArray, $sSearch, 0, 0, 0, 1, 1, $sColumn) ; Corrected
}}}

Still wrong in Beta 3.3.1.1 help file.
"	Bug	closed	3.3.1.2	Documentation	3.3.0.0	None	Fixed		
