Hello,
Is it possible to right pad with "0" (or other character != blank) ?
for example :
1 , length 10 ="1000000000 "
I've tried with sprintf but I can only left pad with "0" or right pad
with blanks =>
"0000000001 "
"1 "
Thanks.
Is it possible to right pad with "0" (or other character != blank) ?
for example :
1 , length 10 ="1000000000 "
I've tried with sprintf but I can only left pad with "0" or right pad
with blanks =>
"0000000001 "
"1 "
Thanks.
Comment