i am using picbasic and this should work but it dont can any one tell me were my error is in program fornext
error fornext.bas,12: ':' or '=" expected (token 'var')
error fornext.bas,13: variable expected (token 'i')
error fornext.bas,17: next without maching for
12: i VAR byte
13: for i = 1 to 4
14: high 0
15: pause 1000
16: low 0
17: next i
Bookmarks