change this
if i = 255 then goto down
to this
if i = 0 then goto down
and all should be well .....
or better yet delete the line (it adds no value) and replace the last line of the program shown with this
goto main
(instead of the if-then, which adds no value)
Paul Borgmeier
Salt Lake City, Utah
USA
Bookmarks