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
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
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