﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1569	_ArraySearch fails returns wrong result	david@…	Jpm	"If one has an array with the first element having a 0 value then ArraySearch always returns 0 matching whatever you are looking for as 0.

#include <Array.au3>
Dim $ArrayWorks[2]=[""0"",""String""]
Dim $ArrayFails[2]=[0,""String""]
MsgBox( 0, _ArraySearch( $ArrayWorks, ""String"" ), _ArraySearch( $ArrayFails, ""String"" ) )"	Feature Request	closed	3.3.7.0	AutoIt		None	Completed		
