Why does this not work in PicBasic Pro?? I'm using a Pic16f870
for j=0 to 7
portb.j=1
pause 100
portb.j=0
next j
also,
high portb.j
does not work
I get a "Bad Variable Modifier" error at each portb program line
thanks
Why does this not work in PicBasic Pro?? I'm using a Pic16f870
for j=0 to 7
portb.j=1
pause 100
portb.j=0
next j
also,
high portb.j
does not work
I get a "Bad Variable Modifier" error at each portb program line
thanks
Bookmarks