Modify ↓
#930 closed Bug (No Bug)
Arraydisplay does not display everything
| Reported by: | wimhek | Owned by: | Gary |
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | arraydisplay | Cc: |
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
_ArrayDisplay display with a GUICtrlListView function which needs to use a separator by default "|" is used that the reason why the first entry is truncated.
Just use another unused separator so the display cannot stop on such character.
_ArrayDisplay($aaa,"",-1,0,"-")
Note:
See TracTickets
for help on using tickets.

You don't say?