i am adding stuff to a list for example a "Name" and a "PhoneNo". No obviously the list will look like this:

Billy Bob 556-7895
Bobby 456-7895
Jim 123-7845
Timy Boy 789-4562

now how can i add the right number of spaces so that the items align like this:

Billy Bob 556-7895
Bobby 456-7895
Jim 123-7845
Timy Boy 789-4562

please help i think this can be done using the space() function but damn how????