Even on CF5 you don't need them surely, the vars you're using are references to numbers?
Ade -----Original Message----- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: 22 January 2005 13:54 To: CF-Talk Subject: Re: Table Layout I blogged this and spotted my mystake :) I did the evaluations as I was on CF5 testing this On Sat, 22 Jan 2005 13:43:41 -0000, Adrian Lynch <[EMAIL PROTECTED]> wrote: > No need for: > > <cfset rows = Evaluate(ceiling(nLength/columns))> > or > <cfset idealrecords = Evaluate(rows * columns)> > > These will do: > > <cfset idealrecords = rows * columns> > <cfset rows = Ceiling(nLength / columns)> > > Also, you'll produce an empty <tr></tr> at the end. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware: a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191437 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

