12-21-2006, 02:33 PM
Thank you. I tried the s.findreplace("''" "'") solution. My problem seems to occur when the first double quote in the string is reached. In this example, that double quote is just before the word WIDTH, but the string is not finished yet. Is this a problem with smart double quotes vs. straight double quotes? These double quotes are the same type of double quotes that define the beginning and end of a string. I have been able to use regular expressions in Quick Macros as long as there are no double quotes in the strings involved in either the subject string or the RegEx string.
str s = "<TD vAlign=center><SELECT class=actionBoxdb id=s2 style="WIDTH: 75px..."
str s = "<TD vAlign=center><SELECT class=actionBoxdb id=s2 style="WIDTH: 75px..."