How to display the value of coldfusion variable?
2535
18-Mar-2011
Updated on 21-Sep-2020
Amit Singh
18-Mar-2011For 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>