Contents

Return to Tags or Functions

cfcontinue

Syntax

<cfcontinue>

This tag is also supported within cfscript.

<cfscript>
  continue;
</cfscript>

[] = Optional attribute

Description

Used within a cfloop tag. Returns processing to the top of a loop.

Body

This tag can't have a body.

Attributes

This tag has no attributes

category Categories: