Ok, I'm using a PIC18F8722. Whenever I change the state of ANY pins on portb, I end up with portb.0 going high and staying that way. If I set portb = 0, then pause 1000, I end up with portb.0 staying low for a second then going high again at the end of the pause. I already tried "INTCON2.7 = 1" to disable the pullups. I don't have this problem on any other pins or ports. What am I missing??? Any help would possibly save my sanity and my marriage. No pressure.

-Mark Richards