Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6e31.html
Copy link to clipboard
Copied
we can use without # in the cfset. In the above example we do have
<cfset jsStringValue = JSStringFormat(#stringValue#)> this format. Instead of this statement we could use like
<cfset jsStringValue = JSStringFormat(stringValue)>