Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 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 Changed 15 years ago by Gary

  • Milestone set to Future Release
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: Future Release

comment:2 Changed 15 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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Gary.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.