Can anyone think of a "sneaky" way of doing the following? I couldn't think of a way so may ending having to head in another direction but I thought I would ask, just in case.

OUT0 VAR PORTB.1
OUT1 VAR PORTB.5
OUT2 VAR PORTC.2
OUT3 VAR PORTC.6
OUT4 VAR PORTD.3
OUT5 VAR PORTD.5

For Counter=0 to 5
Out(Counter)
Next Counter