Thanks for the quick reply Bruce,
So if I understand correctly, by
i = 0
REPEAT
PORTB.0[i] = 0
i = i + 1
UNTIL i > 7

i = i + 1 ' increments PORTB.0 thru 7 and
PORTB.0[i] = 0 ' places a 0 in each bit

Well, I'm good for the day, Learned something new.

Thanks again Bruce