Hi,WHILE PORTA.1 = 0 PAUSE 1 'WHY DOES THIS NOT WORK?
WEND
You can also use a : to use multiple statements on the same line.
Thus your code should be
Code:WHILE PORTA.1 = 0 :PAUSE 1 'THIS WORKs !!! WEND
Hi,WHILE PORTA.1 = 0 PAUSE 1 'WHY DOES THIS NOT WORK?
WEND
You can also use a : to use multiple statements on the same line.
Thus your code should be
Code:WHILE PORTA.1 = 0 :PAUSE 1 'THIS WORKs !!! WEND
Last edited by sougata; - 18th March 2007 at 05:10.
Regards
Sougata
Bookmarks