yes you can ....

<cfloop index="x" from="1" to="50">
  <cfoutput>#x# </cfoutput>

  <cfif (x > 5) && (x < 20)>
    <cfcontinue>
  </cfif>
</cfloop>



Victor Balada Diaz wrote:
Hello Alan,

The problem with cfcontinue is that you can't skip in a clean way eg, 20
iterations. There is no such thing as cfcontinue times="20" nor just an
easy way to switch to a fixed position in the index, so i can not
achieve what i'm trying to do with cfcontinue. Do you have any other
idea?

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
online manual: http://www.openbluedragon.org/manual/

mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to