While Not KeyDown(1)If KeyDown(208) And STLI<(NF-(ENDL-1)) STLI=STLI+1:Cls:Gosub PL:;ENDL=ENDL+1:ElseIf KeyDown(200) And STLI>1 STLI=STLI-1:Cls:Gosub PL:;ENDL=ENDL-1EndIfFor Z=1 To 10:Text 200,13*(Z-1),T$(Z):Next:;WaitKey:EndText 150,0,STLI;VWaitWendEnd
I did not want to take up server space.... Some sites do complain.
Yes, but at some point the cost has to be ridiculous and then where would the information go?
While Not KeyDown(1)CH=GetKey()If CH<>0If KeyDown(208) And STLI<(NF-(ENDL-1)) STLI=STLI+1:Cls:Gosub PL:;ENDL=ENDL+1:ElseIf KeyDown(200) And STLI>1 STLI=STLI-1:Cls:Gosub PL:;ENDL=ENDL-1EndIfFor Z=1 To 10:Text 200,13*(Z-1),T$(Z):Next:;WaitKey:EndEndIfWend