Modify ↓
Opened 16 years ago
Closed 16 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 16 years ago by Zedna
comment:3 Changed 16 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.
Note: See
TracTickets for help on using
tickets.
Sorry I forgot to sign my name in this ticket :-(