Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 Gary, 17 years ago

Milestone: Future Release
Resolution: Fixed
Status: newclosed

Fixed in version: Future Release

comment:2 by Valik, 17 years ago

Milestone: Future Release3.3.1.1

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.