Procedure or function to trim leading zeros
Hi!
I need to create a procedure or function that can trim the leading zeros of a value (character string).
I.e.
Original: 0000012345,67
Output: 12345,67
Thanks for any ideas/examples!
Edited by: user545194 on 21.06.2010 07:33