Hey im looking for a way to do the following to populate a text file
if I need to fill a alphanumeric column with Field size 20 and I only have 18 characters to append two blank values.
then same for numeric values if field size is 10 for example and i have a value of 5 characters to fill in remaining spaces with 5 0’s
i.e instead of 10000 i would have 0000010000
1 Answer