C
cr113
How can I display commas in an unbound listbox?
For example if I do this:
List1.AddItem "123,456;x"
List1.AddItem "456,789;y"
It display this:
123 456
456 789
It thinks the comma is a column separator.
Is there some way to format each column maybe?
For example if I do this:
List1.AddItem "123,456;x"
List1.AddItem "456,789;y"
It display this:
123 456
456 789
It thinks the comma is a column separator.
Is there some way to format each column maybe?