thanks Jared and Joseph ! Exactly what I was after... Benajamin
----- Original Message ----- From: "Jared Clinton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 4:11 PM Subject: RE: Rounding a value UP > From the documentation: > > ---------- > <HTML> > <HEAD> > <TITLE>Ceiling Example</TITLE> > </HEAD> > > <BODY BGCOLOR=silver> > <H3>Ceiling Example</H3> > > <CFOUTPUT> > <P>The ceiling of 3.4 is #ceiling(3.4)# > <P>The ceiling of 3 is #ceiling(3)# > <P>The ceiling of 3.8 is #ceiling(3.8)# > <P>The ceiling of -4.2 is #ceiling(-4.2)# > </CFOUTPUT> > > </BODY> > </HTML> > ------------ > > > Does this help? > > Jared Clinton. > > -----Original Message----- > From: Benjamin Falloon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 27 November 2001 1:56 PM > To: CF-Talk > Subject: Rounding a value UP > > > Hi all, > > Who knows the function for rounding UP to the nearest number? > Eg. If I have the number 2.333333 etc, what's the CF syntax for rounding > this number UP to 3 (instead of down to 2)? > > Thanks in advance, > > Benjamin Falloon > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com 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

