How to display the value of coldfusion variable?
Ask by Amit Singh
Updated 21 Sep 2020
For Example:
1) Assign the value in variable
<cfset x="hello this is the new application">
2) Show the value by using cfoutput tag
<cfoutput >
#x#
</cfoutput>