uh, nope.

I was thinking something more like this.

PORTA = 0
PORTB = 0

'write segments to ports A and B
TRISB.0 = X0.0 ' Send segments to LED 0 = ON
TRISA.4 = X0.1
TRISA.6 = X0.2
TRISB.3 = X0.3
TRISB.4 = X0.4
TRISB.5 = X0.5
TRISB.6 = X0.6
TRISB.7 = X0.7
<br>