I have a crystal report that I need to export in a fixed-length ascii format. I need to make the field length, for example, 30 characters regardless of the data in it. How can I do this? I've used "left" to limit the field to 30 char's but that only helps if the length of the text exceeds 30 char's. How can I make it 30 even if the text is, say, 10 char's. Thank you