thanks that helped, I was real close and your code sparked my memory! -----Original Message----- From: Jim Gurfein [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 6:38 PM To: CF-Talk Subject: Re: I am fried
This might help... been working with it for 3 days!!! <table> <tr> <cfoutput query="qname" > <CFSET ROWCOUNT=ROWCOUNT+1> <td valign="top"> Do something <cfif ROWCOUNT mod 3 is 0></td></tr><tr> <cfelseif rowcount is query.recordcount></td> <cfelse></td> </cfif> </cfoutput> </tr> </table> At 06:17 PM 4/2/2002 -0600, you wrote: >I have had a very long day and I need some assistance. > >I need to break a recordset into columns.. how?? I have tried using >the MOD operator, but it is not helping.. > >I know this and I just cannot think of it.. > >TIA, >Clint > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

