Hello! Can someone point me in the right direction? I need to trim the leading zero's off of a numeric string. For example: I'm pulling the following sample information from a log file: 0000982 and would like to display it as 982. Yes, I have read the Help File, especially the "string" and "Stringtrim" fuctions for help, but the problem is that there is not always 4 leading zero's. I was thinking I would have to evaluate each number starting from the left and delete it if it w