LIving without a <cfcontinue> tag? Look no further!: I found this while looking for a solution to “continue” within a <cfloop> tag. Basically, just invoke a <cfthrow> (which you ignore) whenever you want to continue to the next iteration of the cfloop tag. Weird, but it works right.