954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to print # in coldfusion

Hi,
In coldfusion we print as #variable# but if I want to print # sign that is output will be #. how to do that ?

subrata_ushasi
Junior Poster in Training
52 posts since Aug 2008
Reputation Points: 10
Solved Threads: 5
 

Double the pound signs. ie Use ## instead of #

examples:
<cfset value = "print ## sign">  
<cfoutput>print ## symbol</cfoutput>
arrgh
Posting Whiz
381 posts since Dec 2008
Reputation Points: 32
Solved Threads: 47
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: