﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2698	_ArrayAdd return wrong index	anonymous	Melba23	"I help file for this functions said that 
Success: the index of last added item. 

This script add item in index 0, but _ArrayAdd return 1.

{{{
Local $array[0]
$index = _ArrayAdd($array,123)
ConsoleWrite($index & @CRLF) ; show 1
}}}
return 1 instead of 0


beta 3.3.11.4"	Bug	closed	3.3.11.5	AutoIt	3.3.11.4	None	Fixed		
