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)
You would most likely get better results if you tried a While loop instead of an if else block. Would be a bit easier to set up as well. IMHO Kerry LeBlanc Materials Auditor Process Owner 75 Perseverence Way Hyannis, MA. 02601 1-508-862-3082 http://www.vsf.cape.com/~bismark -Origina

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