Skip to main content
This topic has been closed for replies.

1 reply

Participant
July 9, 2012

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)>