I have a text file which holds data for 30 cars in the following way:
CarRegistration CarType CarClass Available
I'm trying to display the full contents of this text file in a list box so
the user can see the total car fleet, my problem is that I want everything
to line up. So far what I'm getting is something like:
R296RKV Ford Mondeo Large On Hire
TUVWXYZ Vauxhall Vectra Large
Available
Is there a way to line these up or a more efficient way of displaying the
fleet other than using a listbox?
Thanks in advance for any help.
Roy
PS. It's a college assignment and the text file is a must have, so I'm stuck
with it.
CarRegistration CarType CarClass Available
I'm trying to display the full contents of this text file in a list box so
the user can see the total car fleet, my problem is that I want everything
to line up. So far what I'm getting is something like:
R296RKV Ford Mondeo Large On Hire
TUVWXYZ Vauxhall Vectra Large
Available
Is there a way to line these up or a more efficient way of displaying the
fleet other than using a listbox?
Thanks in advance for any help.
Roy
PS. It's a college assignment and the text file is a must have, so I'm stuck
with it.
Comment