﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3604	_ArrayAdd( .... ) doesn't work	g.mandl@…		"When You dim an array and want to add something to it with _ArrayAdd( .. ) it doesn't work.

Example:

#include <array.au3>
Dim $aTest[1]
_ArrayAdd($aTest, ""Test 1"")
_ArrayAdd($aTest, ""Test 2"")
_ArrayDisplay($aTest)


;Greenting from Vienna!! Bye!"	Bug	closed		AutoIt	3.3.14.3	None	Duplicate		
