Shoot that doesn't work in Console do need _ for spaces!
Save as YS.DAT
And for normal screen:
Save as YS.DAT
Code: (Select All)
________________________________________________________________________________
________________________________________________________________________________
_____________________________________%%%%%______________________________________
__________________________________%%%______%%___________________________________
________________________________%%____________%%________________________________
______________________________%%________________%_______________________________
_____________________________%___________________%______________________________
____________________________%_____________________%%____________________________
___________________________%________________________%___________________________
__________________________%__________________________%__________________________
_________________________%___________________________%%_________________________
_________________________%____________________________%__________________%______
________________________%______________________________%_______________%%_%%%___
________________________%_______________________________%______________%__%%%___
_______________________%________________________________%______________%___%%___
_______________________%_________________________________%____________%___%_____
_______________________%__________________________________%__________%___%%_____
_______________________%__________________________________%_________%___%%%_____
______________________%____________________________________%_______%__%%%%______
______________________%____________________________________%_____%%__%_%%_______
______________________%____________________________________%___%%%__%_%%________
______________________%_____________________________________%_%%%%%%__%_________
______________________%_____________________________________%%_%_%_%_%__________
______________________%_____________________________________%%___%%_%%__________
______________________%__________________________________%_%%__%%_%%_%__________
______________________%__________________________________%%%__%___%_%___________
______________________%__________________________________%%__%___%_%%___________
___%%%%%______________%____________________________________%%___%%%_%___________
__%%%%%%______________%_____________________________________%%%_%%__%___________
__%%%__%%______________%___________________________________%%__%%___%___________
__%%_____%%____________%___________________________________%____%__%_%__________
____%%_____%%__________%________________%______%%%_________%_%____%%_%__________
______%%%____%%%%_______%_______________%%_____%__%_________%%___%__%%__________
______%%_%%___%%_%%_____%_______________%%%___%____%________%_%____%%%__________
________%%_%%_%%%%_%%____%_____________%__%___%___%%________%__%_%%___%_________
__________%%_%_%%_%%%_%_%%____________%____%__%_%%__________%__%_%___%%_________
____________%_%%%%___%_%_%%___________%_____%_%%_%_%_______%%___%_%%_%__________
____________%_%%__%%_%_%%_%___________%___%%_%%%_%_%______%__%__%___%___________
_____________%%%%___%%__%%%%__________%___%_%%_%_%_%_%%%_%____%%%%_%____________
_______________%%%___%_%___%______________%_%__%_%_%%__%%______%__%_____________
_________________%%%%%%____%%__________%__%__%%%%%_%_%_%______%_________________
_________________%____%__%_%%_______%_%_%_%___%%%%__%%_%______%_________________
__________________%___%_%%_%%%______%%_%%%%%_%%%%%%____%%%___%__________________
__________________%%%%%%_%_%__%%____%%%%%%%%%%%____%%%%___%__%__________________
__________________%____%_%_%%___%%__%%______%_______%__%___%%___________________
__________________%%_%%__%%%______%%_____%%%________%_______%___________________
_________________%____%__%________%___%%_%%%________%______%_%__________________
__________________%___%__%%%______%______%%_%______%________%%__________________
__________________%%%%___%__%____%_______%_%_%%%%%%_________%%__________________
__________________%_____%____%___________%_%_____%__________%___________________
___________________%%___%_____%_%________%__%__%%_%%________%___________________
______________________%________%%________%%_____%%%%%%__________________________
________________________________%________%_%___%%_%___%______%__________________
________________________________%_______%__%%__%%_%%%_%_____%%__________________
________________________________%________%%___%%%_%__%_%____%%__________________
________________________________%________%%%%%%_%%%__%_%____%%__________________
________________________________%_______%__%_%%_%_%____%___%%___________________
_______________________________%%______%%___%_%_%______%%__%____________________
_______________________________%%______%____%_%_%__%___%%__%____________________
_______________________________%%___________%%_%___%__%%%__%____________________
______________________________%_%_____%_____%_%____%__%%%_%_____________________
______________________________%_______%____%_%______%__%__%_____________________
_____________________________%___%____%____%%_______%_%%_%______________________
_____________________________%___%____%____%________%%%%_%______________________
_____________________________%___%___%%%%__________%__%_%_______________________
____________________________%____%___%%__%%_______%___%_%_______________________
____________________________%____%___%%____%%___%%%__%_%________________________
_____________________________%%%%%___%%___%___%%_%___%_%________________________
_________________________________%__%__%%_%____%_%___%%_________________________
________________________________%___%%___%%____%%____%%_________________________
________________________________%__%_%____%%%%%_%____%%_________________________
________________________________%_%__%__________%____%__________________________
_______________________________%%%__%____%%%%%_%_____%__________________________
_______________________________%%___%___%___%__%_____%__________________________
______________________________%%___%%__%____%__%________________________________
_____________________________%%%%_%%_%%_____%_%_________________________________
_______________________________%%_%%%%______%_%%________________________________
_______________________________%%%%%%_______%%%%________________________________
_______________________________%%%%%%______%%%%_________________________________
_______________________________%%%%%_______%%%%_________________________________
________________________________%%%________%%%%%%%______________________________
________________________________%%_________%%%%%%_______________________________
___________________________________________%%%%%________________________________
___________________________________________%%%__________________________________
________________________________________________________________________________
________%_________%____%__________%_%___%_%________________%____%_________%_%___
Code: (Select All)
$Console:Only
Open "YS.DAT" For Input As #1
Input #1, x
Input #1, y
While Not EOF(1)
Input #1, b$
Print b$
Wend
And for normal screen:
Code: (Select All)
_Title "YS" ' b+ 2023-01-23
Screen _NewImage(640, 700, 32)
_Font 8
Open "YS.DAT" For Input As #1
Input #1, x
Input #1, y
While Not EOF(1)
Input #1, b$
Print b$
Wend
b = b + ...