Look at the first If-Then you just fixed. How does it differ from your next If-Then? In the first, we added the goto statement to both conditions. Do the same for the second If-then and then your code will compile without errors.

TESTING:
IF PORTA.0=0 Then
goto CHECKING
Else
goto TESTING
EndIF

Good Luck,

Paul Borgmeier
Salt Lake City, Utah
USA