CFOUTPUT Syntax Example

The code below outputs the current value of the ProductName local variable:

<CFOUTPUT>
    #ProductName#
</CFOUTPUT>