Railo 4.2 Reference
Choose a tag:

Tag <CFCONTINUE>

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

Body

This tag can't have a body.

Example

	<cfcontinue #string expression# >
	
This tag is also supported within cfscript
	<cfscript>
		continue #string expression#;
	</cfscript>

Attributes

This tag only allows one attribute value (no name).