Skip to Content
0
Sep 22, 2008 at 07:24 AM

Convert Numeric to string (4)

435 Views

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