Hi Bruce,

Code:
 Index = (PORTA >> 2) & $0F ' Read DIP switch AND mask result
If I get this right . . translates to portA / 4 & %00001111 , what I do not get is what it means, are we doing math here to get a number ??? & = AND. What does it mean, Mask result?
I am really trying to get my head around how this works, because it works pretty sweet, Thanks

JS