<cfbreak>
What it does
Used within
a cfloop tag to break out of the loop early. After the cfbreak tag is
read the code will continue running after the end of the cfloop. Use cfabort
if you need to exit the entire script.
Attributes
This tag
takes not attributes.
End
Tag: Forbidden |