Rachel, Perfect. That will work just fine.
Jan -----Original Message----- From: "Rachael Malberg" <[EMAIL PROTECTED]> To: [email protected] (RBASE-L Mailing List) Date: Thu, 23 Oct 2008 11:52:06 -0500 Subject: [RBASE-L] - Re: Divide by zero Jan, I feel your pain! here's what I did for mine... if div not null then value=(num/(ifeq(div,0,1,div)) endif Have a Fabulous Day! Rachael M. Freelance Developer www.DragonflyDevelopmentMN.com ----- Original Message ----- From: Bill Downall To: RBASE-L Mailing List Sent: Thursday, October 23, 2008 11:42 AM Subject: [RBASE-L] - Re: Divide by zero Jan, Can you change the default for the divisor column to 1 sensibly? Division by 1 is pretty safe, and gives you the numerator value. On Thu, Oct 23, 2008 at 12:39 PM, jan johansen <[EMAIL PROTECTED]> wrote: Great. Client gave me the formula they wanted to use in a process and then proceeded to fill the divisors with 0. I vaguely remember that there is a way to turn a math problem around and multiply but I sure can't remember it. Any ideas? Or even how to restrict the value enter to a non-zero? Jan --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

