frosty7700
Programmer
I have to retrieve a string from a database that may contain measurements, i.e. yadda yadda 6'2". The problem is that in order to properly display the entire string, I have to put quotes ("
around the value tag in the HTML. However, this results in screwing everything up whenever a " is hit in the string. How do I handle this? I know how to handle single-quotes with a Replace(), but what about doubles?