G
Guest
To anyone who may see this message.
I am working on a VB2003project in which i have a list box to display
a list of cars with the following fields: Make, Model, Year, Mileage,
Price.
Each car has each of those fields. The list box displays one line per
car, each line having these fields. in order to left-align the text of each
field (i.e. all "make" fields aligned, all "model" fields aligned, etc). I
have tried every possible function to format my output.
When i try to use the PadRight() function on the individual fields (each
being cast a string), i still don't get the alignment. Basically, the
padright() function is not working properly.
Any suggestions?
Thanks
I am working on a VB2003project in which i have a list box to display
a list of cars with the following fields: Make, Model, Year, Mileage,
Price.
Each car has each of those fields. The list box displays one line per
car, each line having these fields. in order to left-align the text of each
field (i.e. all "make" fields aligned, all "model" fields aligned, etc). I
have tried every possible function to format my output.
When i try to use the PadRight() function on the individual fields (each
being cast a string), i still don't get the alignment. Basically, the
padright() function is not working properly.
Any suggestions?
Thanks