Example 1a
This example shows how to use the <CFSET> and <CFOUTPUT> tags to define and display ColdFusion variables. How to concatenate (or combine) variables is also shown.
Name displayed as two separate CF variables:
My name is Michael Vick.
Name displayed as a single CF variable:
My name is Michael Vick.
- - - - -
» See CFML code for this page
« Go to Workshop Home