Long island web design, hosting company
Home About Us Support Products Services Portfolio Contact Us Home

ASP > Trim Functions

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)