Created On: 11/24/2004 10:07:00 AM You may use these functions to use to lead spacing. For left of string LTRIM, right of string TRIM, for both side TRIM.
Examples : ourString = " Hello World " ourString = LTRIM(ourString) ourString = RTRIM(ourString) ourString = TRIM(ourString) |