' MAXSCROLL demo with special characters
maxscroll.setup 8, 21
msg$ = ""
for z = 126 to 255
msg$ = msg$ + str$(z) + ":"+ chr$(z) + " "
next z
maxscroll.print "Chars " + msg$
timer0 20, scrollMe
wait
scrollMe:
maxscroll.scroll 5
return
' MAXSCROLL demo with special characters
maxscroll.setup 8, 21
msg$ = ""
for z = 126 to 255
msg$ = msg$ + str$(z) + ":"+ chr$(z) + " "
next z
maxscroll.print "Chars " + msg$
timer0 20, scrollMe
wait
scrollMe:
maxscroll.scroll 5
return