Actually, you couldn't. Floor(3.0) + 1 = 3 + 1 = 4 Ceiling(3.0) = 3
On Thu, 22 Jul 2004 09:30:16 +0300, Ali YILDIRIM <[EMAIL PROTECTED]> wrote: > you could use; > > num1 = 3,1245678 > > num2 = floor(num1) + 1 > > > ----- Original Message ----- > From: Susetio Adhi <[EMAIL PROTECTED]> > Date: Thu, 22 Jul 2004 08:23:08 +0700 > Subject: Re[2]: [AspClassicAnyQuestionIsOk] round > To: Jeffrey Schoolcraft <[EMAIL PROTECTED]> > > Hello Jeffrey, > > Thursday, July 22, 2004, 7:54:30 AM, you wrote: > > JS> You're not looking for round, you're looking for ceiling > > JS> http://codelib.aspemporium.com/index.aspx?pid=113&cid=14 > > JS> Jeff > > Okay, thanks ... that function solved my problems :) > > -- > Best regards, > Susetio mailto:[EMAIL PROTECTED] > > Yahoo! Groups Sponsor > > > ADVERTISEMENT > > ________________________________ > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > > > > Yahoo! Groups Links > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
