> <cfloop from="#start#" to="#end#" index="i"> > > <cfoutput> > #qRead.Addr_ID[i]#<br /> > </cfoutput> > > </cfloop>
If you are going that route, you can use the handy startrow and endrow attributes: <cfloop query="qRead" startrow="#start#" endrow="#end#"> -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277866 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

