Wednesday, May 23, 2007 -
by
Site Editor
More articles in
Cold Fusion
A ColdFusion variable is created by assigning a value to it. Most commonly, you create variables by using the CFSet tag. You can also use the CFParam tag and assignment statements in CFScript. Tags that create data objects also create variables. For example, the cfquery tag creates a query object variable.
Back to article