Modify ↓
Opened on Apr 25, 2009 at 1:35:03 PM
Closed on Apr 25, 2009 at 4:31:24 PM
Last modified on Apr 25, 2009 at 4:53:42 PM
#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 , on Apr 25, 2009 at 4:31:24 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , on Apr 25, 2009 at 4:53:42 PM
_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?