fatcodeguy
Programmer
Hi, I want to display information in a set of columns, so I need to know how to have a string to occupy a certain length, so that if the actual string is less than that length, it adds spaces, for greater than, it truncates it. Is there something that exists for this, or would I have to create it myself?
Thanks
Thanks