damon2003
05-10-2005, 09:23 AM
Hi,
I have some names for fields with a format like txtFirstName, txtSecondName, etc. I want to add a space before each capital letter using asp.
I know I can use replace(variable, " ", " ") but dont know how to specify a captial letter,
or do you have to use the split function
can anyone help?
thanks a lot
I have some names for fields with a format like txtFirstName, txtSecondName, etc. I want to add a space before each capital letter using asp.
I know I can use replace(variable, " ", " ") but dont know how to specify a captial letter,
or do you have to use the split function
can anyone help?
thanks a lot