Hiya guys,
This feels like a stupid question but I'm really having some trouble with it. I have a line of HTML code that I'm trying to write to a file, but because the HTML features both speechmarks and apostrophies then AutoIT is having difficulty determining the end of the string.
I know its going to be an easy fix, but could someone advise how I fix the following line so that it writes to my text file.
FileWriteLine('<p align="left"><font color="#666666" size="1" face="Verdana">In this email: See what's coming soon at Asos..<br />', 11)
Many Thanks
Mark