I would like to replace a double quote (") with another character. How would I specify the double quote without getting a error?
Thanks for any help!
Warren
Replace Command
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
edit: Knew i'd seen this in another post:
http://forums.runrev.com/phpBB2/viewtopic.php?t=2781
you can just use the quote keyword, what you want to replace it with, and where the string is that you're modifying.
so if a var theVar has the string "This is a "test" string" in it
http://forums.runrev.com/phpBB2/viewtopic.php?t=2781
you can just use the quote keyword, what you want to replace it with, and where the string is that you're modifying.
so if a var theVar has the string "This is a "test" string" in it
Code: Select all
replace quote with "q" in theVar
answer theVar
Last edited by sturgis on Wed Mar 25, 2009 10:26 pm, edited 1 time in total.