Modify ↓
      
        #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 3 years ago by Jpm
- Type changed from Bug to Feature Request
comment:2 Changed 3 years ago by Jpm
- Milestone set to 3.3.15.6
- Owner set to Jpm
- Resolution set to Completed
- Status changed from new to closed
comment:4 Changed 3 years 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.
Note: See
        TracTickets for help on using
        tickets.
    

Added by revision [12856] in version: 3.3.15.6