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 Changed 16 years ago by Gary
- Milestone set to Future Release
- Resolution set to Fixed
- Status changed from new to closed
comment:2 Changed 16 years ago by Valik
- Milestone changed from Future Release to 3.3.1.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.
Fixed in version: Future Release