|
Use CFSCRIPT to perform processing in CFScript instead of CFML. Note the following regarding CFScript:
- CFScript uses ColdFusion functions, expressions, and operators
- You can read and write ColdFusion variables inside of CFScript
One use of CFSCRIPT is to wrap a series of assignment functions that would otherwise require CFSET statements.
For more information on CFScript, see Advanced ColdFusion Development.
|
|