10-29-2008 04:12 PM
Solved! Go to Solution.
10-29-2008 04:23 PM
What you did wrong is not understand the nature of floating point numbers.
Please see HERE for more information.
Equality checks on processed floating point numbers is a no-no.
Shane.
10-29-2008 04:31 PM
Thank you! I guess this underscores the danger of letting non-software types like me write code. I'll probably end up making every mistake they warn you about in school. ![]()
Jeff
10-29-2008 04:55 PM
Tell me about it.
I didn't learn programming in school. I learned all these "nasty" things the hard way. Just like you did on this topic. Takes longer, but you never forget what you've learned.....
Shane.