Return to Tags or Functions
cfbreak
Syntax
<cfbreak>
This tag is also supported within cfscript.
<cfscript>
break;
</cfscript>
[] = Optional attribute
Description
Used to break out of a cfloop,cfwhile or cfforeach.
Body
This tag can't have a body.
Attributes
This tag has no attributes

Categories: