Name

CFBREAK

Synopsis

<CFBREAK>

Breaks out of a CFLOOP. The CFBREAK tag has no additional attributes.

Example

<CFLOOP INDEX="i" FROM="10" TO="100" STEP="10">
  <CFIF i EQ 50>
    <CFBREAK>
  </CFIF>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.