Hi all..... I have a couple of strings that I need to format. One of those fields is a alpha/numeric string. Here is the code:
printf NEWQUOTES ("%-5s", @fields[14]); When I run the code I get 10 extra spaces before the next field instead of the 5. The value of @fields[14] is: A2103. Is there a problem with the value being alpha/numeric? Thanks in advance. -Scott -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]