﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2646	_ArraySearch still has a bug!	milos83		"Producer

Dim $Proxys[3] $Proxys[0] = 0 $Proxys[1] = ""user:pass@127.0.0.2"" $Proxys[2] = ""user:pass@127.0.0.3"" $SearchProxy = ""a14.64.74.22"" $wtf = _ArraySearch($Proxys,$SearchProxy) ConsoleWrite(@error & @LF) ConsoleWrite($wtf & @LF)

_ArraySearch will return 0 and will not set @error = 0 (zero is undocumented)
Correct result would be return -1 , @error = 6"	Bug	closed		AutoIt	3.3.8.1	None	No Bug		
