I have a variable which could contain any number from 01-12. I need to remove the leading zero from numbers 01-09, otherwise I get an "octal digit" error when the number is used in a calculation. Can anyone show me how to remove that leading zero? - GrantThread Next