﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2088	_ArrayDisplay not handling Default parameters correctly	Xenobiologist		"Parameter being Default keyword is treated as literal string and is displayed in that manner. 
Default keyword should trigger default behavior, meaning default value of the parameter should be loaded in that case.

{{{
#include <Array.au3>

Local $aArray[3] = [100, 200, 300]
_ArrayDisplay($aArray, Default, Default, Default, Default, Default, Default)

}}}

The original forum discussion: [http://www.autoitscript.com/forum/topic/136100-modify-arraydisplay/]

"	Bug	new		Standard UDFs	3.3.8.0	None		_ArrayDisplay	
