Strike that! I got it!!
- Subject: Leading zero help needed!
- From: "Jason Rupp" <jrupp@techneglas.com>
- Date: Tue, 11 Dec 2001 11:43:52 -0500
Hi all, I am creating a report that is reading data in from a flat file. There is an HOURS field that is 10 bites long and is padded with zeros if the number of hours does not fill the whole string. I.E, 0000000043 I need to get rid of the leading zeros and just insert the actual number. Is there an easy way to do this? Thanks!!