---
title: "How to display the value of coldfusion variable?"  
description: "How to display the value of coldfusion variable?"  
author: "Amit Singh"  
published: 2011-03-18  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/447/how-to-display-the-value-of-coldfusion-variable  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# How to display the value of coldfusion variable?

We use cfoutput tag for display the data\
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>

## Answers

### Answer by Amit Singh

We use cfoutput tag for display the data\
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>


---

Original Source: https://www.mindstick.com/interview/447/how-to-display-the-value-of-coldfusion-variable

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
