﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3909	_DebugReportData to report Array column formatted	Jpm	Jpm	"Can also be extended to handle other type as _DebugReportVAr()


{{{
@@ Debug(98) : {Array 2D} -> $Array2D display by columns [5][2]
Row      Col 0  Col 1  

# 0      0,0    0,1    
# 1      1,0    1,1    
# 2      2,0    2,1    
# 3      3,0    3,1    
# 4      4,0    4,1    

instead of

@@ Debug(99) : {Array 2D} -> $Array2D by _DebugReportVar()[5][2]
	[0] ""0,0""	""0,1""	
	[1] ""1,0""	""1,1""	
	[2] ""2,0""	""2,1""	
	[3] ""3,0""	""3,1""	
	[4] ""4,0""	""4,1""	


}}}
"	Feature Request	closed	3.3.16.1	AutoIt		None	Completed		
