Question
Double quotes in CFScript
I need to add " " within a sentence inside my CFscript. When
I applied it, I got an error, it seems that CFScript doesn't like
the extra "" within "". What should I do so the word "Warning"
appear to user within this double quotes
<CFSCRIPT>
.......some codes here
structFormText[numKey][1]["formText"] = "I have some text here and I need to put double quotes surrounding a word within this sentence so that my user will be able to see "Warning" like what you are seeing now ";
................................some codes here
</CFSCRIPT>
<CFSCRIPT>
.......some codes here
structFormText[numKey][1]["formText"] = "I have some text here and I need to put double quotes surrounding a word within this sentence so that my user will be able to see "Warning" like what you are seeing now ";
................................some codes here
</CFSCRIPT>