03-10-2009, 07:37 PM
Hi,
The below works for removing the quotes.
Thanks
The below works for removing the quotes.
Code:
x="<td width=""33"" background=""/images/main_nav_bg.gif""><img src=""/images/gnav_div.gif"" width=""2"" height=""11"" vspace=""6"" hspace=""14"" />"
msgbox msgbox right(x,(len(x)-1))
Thanks