How do you Create your own user-defined string formats.
I need to take string variable of x number of characters and pad with spaces so its length is always 25 characters. I would like to use a Format command and according to the Help file I can use the "@" symbol to represent a character placeholder, but it wont work.