I am trying to output to a listbox, both the name of the file, as well as it's date of creation. This is fine, but I'm trying to format it into something neat.(does that make sense?)
If you consider this code I am currently using;

listbox.additem filename & space(10) & date

this is fine, but the position of the date on screen is totally dependant on the length of the filename, hence untidy.

Does anybody have any suggestions that might work?

(I have tried fooling arount with the width of the listbox and the strings, but couldn't get it to work)