﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2536	_ArrayDisplay fails with default parameters	jchd18		"Using default values for parameters doesn't produce a valid display in the beta (x86 and x64).
Using the Default keyword fails in release and beta (x86 and x64).
{{{
#AutoIt3Wrapper_UseX64=y
#include <Array.au3>
Local $array[4][2] = [ _
	[""abc"", 12], _
	[""def"", 34], _
	[""ghi"", 56], _
	[""jkl"", 78] _
]
Local $build = "" x86""
If @AutoItX64 Then $build = "" x64""

_ArrayDisplay($array, ""Explicit "" & @AutoItVersion & $build, -1, 0, """", ""|"", ""String|Integer"")
_ArrayDisplay($array, ""Default "" & @AutoItVersion & $build, Default, Default, Default, Default, ""String|Integer"")
}}}"	Bug	closed		Standard UDFs	3.3.9.22	None	No Bug		
