Hi, In coldfusion we print as #variable# but if I want to print # sign that is output will be #. how to do that ?
Double the pound signs. ie Use ## instead of #
examples: <cfset value = "print ## sign"> <cfoutput>print ## symbol</cfoutput>