Modify ↓
#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 , 4 years ago
| Type: | Bug → Feature Request |
|---|
comment:2 by , 4 years ago
| Milestone: | → 3.3.15.6 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
comment:4 by , 4 years ago
| Milestone: | 3.3.15.6 → 3.3.16.1 |
|---|
Added by revision [12861] in version: 3.3.16.1
Note:
See TracTickets
for help on using tickets.

Added by revision [12856] in version: 3.3.15.6