Hi ,
I have a series of random 7 digit numbers from a database from which I need to remove the first zeros (if any) to retrieve the true value.
A few examples :
from 0000001 I need to return 1
from 0000010 I need to return 10
from 0010304 I need to return 10304
from 2076342 I need to return 2076342
any help gratefully received, cheers.