Escaping the "/" character...
Posted: Mon Apr 21, 2008 3:29 am
I've been going through the documentation and on-line forums for about 2 hours now and haven't been able to locate the answer to this question:
Using replace, I'm trying to kill off some HTML code in a captured document, like this:
replace "</td></tr><tr><td><a href="errorlist.cgi?call=" with return in field "Eatery2"
Of course, this returns an error -- but I haven't been able to locate the syntax information to escape the "/" and " character in the find routine.
Your direction would be appreciated.
Bob
Using replace, I'm trying to kill off some HTML code in a captured document, like this:
replace "</td></tr><tr><td><a href="errorlist.cgi?call=" with return in field "Eatery2"
Of course, this returns an error -- but I haven't been able to locate the syntax information to escape the "/" and " character in the find routine.
Your direction would be appreciated.
Bob