All Forums >> [Scripting] >> ASP >> problem using remove() Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
am using the remove function to remove unwanted commas that are part of feedback from a form. having problems using this
replace(strq11,","," ")
what im trying to do is replace any instances of a comma in the form input by users by replacing it with a blank space. this is so when i write it to my CSV file it doesnt add the text after the , into a new row