﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3587	_ArrayAdd - do not add	gilles@…		"_ArrayAdd is not working anymore expect for Boolean array.

Standard examples are not working properly anymore.
Array is extended, but value not added.

to fix just change comparison

                If $hDataType = ""Boolean"" Then
to
                If $hDataType == ""Boolean"" Then

it seems not 100 % logical, but it works"	Bug	closed		AutoIt	3.3.14.3	None	Fixed		
