Re: Bit flipping .. will this work in VB6?

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Karl E. Peterson" <karl@xxxxxxxx> wrote in message
news:%23PEn3wZfIHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
We've had this discussion before, and always came to the conclusion that
you're easily confused while I am not. You use error-trapping, while I
most often choose instead to write error-free code. *I* know what's
happening, just as I know that *you* choose not to. So be it. <shrug>

Interesting response karl, you seem a little sensitive on this topic. As I'm
sure you know, *we* did not come to this conclusion and if you came to this
conclusion then you've clearly got your head up your rear. What you fail to
realise is that ignoring errors is not error free code. I prefer to raise
the errors so that I can be alerted to every possible bug and eliminate
them. If you're so confident your code is error free then why are you afraid
to put a raise error in there?

Michael


.