Why do this?

Code:
FOR AUX = 0 TO 4
LED = 1
PORTA = 255
PORTC = 255
PAUSE 500
LED = 0
PORTA = 0
PORTC = 0
PAUSE 500
NEXT AUX
Robert