I have couple data I want to save it into a txt file, but it's very hard to aligh it, because the length of data are different, so I am thinking if I can fix the length of them, it will be much easier to format my txt file.

like fix length to 10:

"John" will become "John "
add space to it.

is there any function can do this?
or do you have better sugestions?


Thanks

Cerebrate