Modify

Opened 15 years ago

Closed 15 years ago

#952 closed Feature Request (Completed)

_ArrayDisplay - add new optional parameter for column header text

Reported by: anonymous Owned by: Jpm
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 Changed 15 years ago by Zedna

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

comment:2 Changed 15 years ago by TicketCleanup

  • Version 3.3.0.0 deleted

Automatic ticket cleanup.

comment:3 Changed 15 years ago by Jpm

  • Milestone set to 3.3.1.0
  • Owner changed from Gary to Jpm
  • Resolution set to Completed
  • Status changed from new to closed

Added in version: 3.3.1.0

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 Jpm.
Author


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

 
Note: See TracTickets for help on using tickets.