Hello
How can I convert numeric to string (4 characters)
n type i.
st (4) type c.
n= 1 , st = '0001'
n = 10 , st = '0010'
n = 20, st = '0020'
etc
Thanks in advance