Hi,
I have a variable of CHAR type 12 which is preceded by few Zeros, as per my requirement i have to suppress preceding zeros.
Can someone suggest how to approach this problem.
Eg: V = 0000048521701
output should be : V = 48521701.
Thanks and Regards,
Harsh