muddy0409, Try this...
case is >133
portb = %00000000
goto finish
case is<134 '108
portb = %00000001
goto finish
I have to ask though, Why are you using all of the "goto finish" statements? The case statement takes care of that for you.. The code would run faster with out them...
Dave Purola,
N8NTA
Bookmarks