TheString = Trim(TheString)
arnnie2005 <[EMAIL PROTECTED]> Sent by: [email protected] 09/12/2005 10:07 Please respond to active-server-pages To: [email protected] cc: Subject: [ASP] Leading Spaces How can I remove the leading spaces in a variable within an a ASP page? This is what I'm trying to do. I have a dropdown from which a suer will make a selection. Then I am comparing the selected value another hardcoded value. like this: if (document.form1.cmbCenter.value=="" && document.form1.cmbDivision.value == "Clinical Services") { do something. } But it seems to me that the document.form1.cmbDivision.value lenght is longer than "Clinical Services". That is why I want to eliminate any leading spaces to document.form1.cmbDivision.value . --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
