
March 18th, 2003, 04:21 PM
|
|
Contributing User
|
|
Join Date: Sep 2001
Location: Langley, BC Canada
Posts: 35
Time spent in forums: 42 m 29 sec
Reputation Power: 7
|
|
|
Quotes in text giving me a hassle when passing to next page
I have some text (part description) that sometimes includes " to indicate inches. I pass that text via a URL and of course it gets cut off at the quote mark.
Ok, i thought, I'll replace " with in to indicate inches in longhand. Well, I outsmarted myself as I've been unable to figure out how to do an instr search to see if " exists and then do a replace.
I tried multiple ", tried chr(34), no luck.
Looking for the right way to ESCape the " so that it gets looked at and and ultimately replaced in the string.
Thanks in advance
Heinz
|