Skip to Content
0
Former Member
Jan 16, 2008 at 06:35 AM

To replace leading zeroes with spaces

205 Views

Is there any function module to replace leading 0s with space.

e.g. if input is "000020", then output should be " 20" and not "20".