I am getting reacquainted with Basic programming and can't remember nor find the answer to how to print or print to a file quotation marks within a string. I am trying to print some lines of HTML and in some places quotation marks are required to be read by the browser.
PRINT "<FONT COLOR="#777777"> This color is? </FONT>
for instance won't work. Any help would be appreciated.
PRINT "<FONT COLOR="#777777"> This color is? </FONT>
for instance won't work. Any help would be appreciated.