August 2003
Intermediate to advanced
1140 pages
68h 45m
English
cfset
<cfset scope.varname=expression>
<cffunction>
[<cfset Var scope.varname=expression>]
...
</cffunction>Sets the value of a ColdFusion variable. As of ColdFusion MX, the
cfset tag can be used within a
cffunction container to create variables local to
the function.