I am trying to add leading zeros to a string.
example the fixed width length is 28
if the length of the string is 14 I should add 14 leading zeros
if the length is 13 then 15 leading zeros.any idea?
I am trying to add leading zeros to a string.
example the fixed width length is 28
if the length of the string is 14 I should add 14 leading zeros
if the length is 13 then 15 leading zeros.any idea?