Re: Compound if statement.

2003-01-30 Thread Rob Dixon
Duane Koble wrote: > I am working on a program that requires that three statement be true > in order to set a hash. The problem I am having is getting the if > statement to work correctly. I seems to me that if two of the > statements are true it proceeds through the if statement. I need all > t

RE: Compound if statement.

2003-01-30 Thread Le Blanc, Kerry (Kerry)
-Original Message- From: Duane Koble [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:34 AM To: [EMAIL PROTECTED] Subject: Compound if statement. I am working on a program that requires that three statement be true in order to set a hash. The problem I am having is getting the if

Re: Compound if statement.

2003-01-30 Thread Christopher D. Lewis
On Thursday, January 30, 2003, at 09:33 AM, Duane Koble wrote: I am working on a program that requires that three statement be true in order to set a hash. The problem I am having is getting the if statement to work correctly. I seems to me that if two of the statements are true it proceeds

Compound if statement.

2003-01-30 Thread Duane Koble
I am working on a program that requires that three statement be true in order to set a hash. The problem I am having is getting the if statement to work correctly. I seems to me that if two of the statements are true it proceeds through the if statement. I need all three to be true before it