Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#3909 closed Feature Request (Completed)

_DebugReportData to report Array column formatted

Reported by: J-Paul Mesnage Owned by: J-Paul Mesnage
Milestone: 3.3.16.1 Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

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"	


Attachments (0)

Change History (4)

comment:1 by J-Paul Mesnage, 4 years ago

Type: BugFeature Request

comment:2 by J-Paul Mesnage, 4 years ago

Milestone: 3.3.15.6
Owner: set to J-Paul Mesnage
Resolution: Completed
Status: newclosed

Added by revision [12856] in version: 3.3.15.6

comment:3 by TicketCleanup, 4 years ago

Version: 3.3.14.0

Automatic ticket cleanup.

comment:4 by J-Paul Mesnage, 4 years ago

Milestone: 3.3.15.63.3.16.1

Added by revision [12861] in version: 3.3.16.1

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.