mmm looks like pwm don't accept ident...
try this
Code:ledPWM: For y = 0 to 2 Select Case y Case 0 pwm PORTC.0, rbgarray[y], 1 case 1 pwm PORTC.1, rbgarray[y], 1 case 2 pwm PORTC.2, rbgarray[y], 1 end select next
mmm looks like pwm don't accept ident...
try this
Code:ledPWM: For y = 0 to 2 Select Case y Case 0 pwm PORTC.0, rbgarray[y], 1 case 1 pwm PORTC.1, rbgarray[y], 1 case 2 pwm PORTC.2, rbgarray[y], 1 end select next
Last edited by mister_e; - 18th February 2005 at 17:58.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks