OK following your advice I RTFM and it states
So I applied the same logic to the codeIf (B0 = 10) And (B1 = 20) Then loop
ie if swset1 and swset2 both =1 then jump to occ, occ simply turns on LED3If swset1=1 and swset2=1 then occ
occ:
high led3
This didn't work. It seems that its ignoring the "and" part of the statement
I mean this ain't exactly rocket (or should I say space shuttle) science
Bookmarks