﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2619	_ArrayDisplay does not show the presence of data in the cells, if their size exceeds a certain threshold	asdf8	Melba23	"#Include <Array.au3>

Dim $ar[10][2]
$ar[0][1] = FileRead(@ScriptFullPath)
$ar[0][0] = StringLen($ar[0][1])

For $i = 1 To 9
	$ar[$i][1] = $ar[$i - 1][1] & $ar[$i - 1][1]
	$ar[$i][0] = StringLen($ar[$i][1])
Next

_ArrayDisplay($ar)"	Bug	closed	3.3.11.3	Standard UDFs	3.3.10.2	None	Fixed		
