BackUp LevelNext

CFSCRIPT

The CFSCRIPT tag encloses a code segment containing CFScript.

Syntax

<CFSCRIPT> 
 CFScript code goes here 
</CFSCRIPT>

Usage

Use CFSCRIPT to perform processing in CFScript instead of CFML. Note the following regarding 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.




BackUp LevelNext

allaire

AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.