Modify

Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#3909 closed Feature Request (Completed)

_DebugReportData to report Array column formatted

Reported by: Jpm Owned by: Jpm
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 Changed 20 months ago by Jpm

  • Type changed from Bug to Feature Request

comment:2 Changed 20 months ago by Jpm

  • Milestone set to 3.3.15.6
  • Owner set to Jpm
  • Resolution set to Completed
  • Status changed from new to closed

Added by revision [12856] in version: 3.3.15.6

comment:3 Changed 20 months ago by TicketCleanup

  • Version 3.3.14.0 deleted

Automatic ticket cleanup.

comment:4 Changed 20 months ago by Jpm

  • Milestone changed from 3.3.15.6 to 3.3.16.1

Added by revision [12861] in version: 3.3.16.1

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.