Modify

Opened 17 years ago

Closed 17 years ago

#952 closed Feature Request (Completed)

_ArrayDisplay - add new optional parameter for column header text

Reported by: anonymous Owned by: J-Paul Mesnage
Milestone: 3.3.1.0 Component: Standard UDFs
Version: Severity: None
Keywords: Cc:

Description

_ArrayDisplay()

  • add new last optional parameter $sHeader for column header text

instead of default one Row|Col 0|Col 1|Col 2|...

something like:

Func _ArrayDisplay(Const ByRef $avArray, $sTitle = "Array: ListView Display", $iItemLimit = -1, $iTranspose = 0, $sSeparator = "", $sReplace = "|", $sHeader = "")

...

; Set header up
If $sHeader = "" Then
  $sHeader = "Row"
  For $i = 0 To $iSubMax
  	$sHeader &= $sSeparator & "Col " & $i
  Next
End IF

...

Attachments (0)

Change History (3)

comment:1 by Zedna, 17 years ago

Sorry I forgot to sign my name in this ticket :-(

comment:2 by TicketCleanup, 17 years ago

Version: 3.3.0.0

Automatic ticket cleanup.

comment:3 by J-Paul Mesnage, 17 years ago

Milestone: 3.3.1.0
Owner: changed from Gary to J-Paul Mesnage
Resolution: Completed
Status: newclosed

Added in version: 3.3.1.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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