Yes I do have two loops Let me take a moment to go through your code sample..I think I get it though
Thanks :) >looks like you have 2 loops > >1-3 > 1-10 > >in the inner loop change the from and to to the next batch values ><cfset numPerLoop=10> ><cfloop index="outerLoop" from="1" to="3"> > <cfset nextCounter=((outerLoop-1)*numPerLoop)+1> > <cfloop index="innerLoop" from="#nextCounter#" >to="#nextCounter+numPerLoop#"> > <cfoutput>#innerLoop#</cfoutput> > </cfloop> ></cfloop> > >On 6/13/06, Nick Sweeney <[EMAIL PROTECTED]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1873 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
