In crystal reports, how do you remove leading zeroes?
I realize for the number 0000012313, you can use right(0000012313, 5) and return 12313; however this is presuming this is a fixed length.
any ideas?
thanks in advance
In crystal reports, how do you remove leading zeroes?
I realize for the number 0000012313, you can use right(0000012313, 5) and return 12313; however this is presuming this is a fixed length.
any ideas?
thanks in advance