Modify ↓
#979 closed Bug (Fixed)
_ArrayDisplay() - just old/incorrect syntax in header comment
| Reported by: | Zedna | Owned by: | Gary |
|---|---|---|---|
| Milestone: | 3.3.1.1 | Component: | Standard UDFs |
| Version: | 3.3.1.0 | Severity: | None |
| Keywords: | Cc: |
Description
"C:\Program Files\AutoIt3\Include\array.au3"
now it's (3.3.1)
; Syntax.........: _ArrayDisplay(Const ByRef $avArray[, $sTitle = "Array: ListView Display"[, $iItemLimit = -1[, $iTranspose = 0[, $sSeparator = ""[, $sReplace = "|"]]]]])
should be:
; Syntax.........: _ArrayDisplay(Const ByRef $avArray[, $sTitle = "Array: ListView Display"[, $iItemLimit = -1[, $iTranspose = 0[, $sSeparator = ""[, $sReplace = "|"[, $sHeader = ""]]]]]])
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Milestone: | → Future Release |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
comment:2 by , 17 years ago
| Milestone: | Future Release → 3.3.1.1 |
|---|
Note:
See TracTickets
for help on using tickets.

Fixed in version: Future Release