04-01-2024, 05:03 AM
(04-01-2024, 02:54 AM)eoredson Wrote: The only 2 problems with using the screen is:
1)Have to store/restore area of screen being written to.
2)What if print using output is greater than 80 chars.
Otherwise, yes, screen is moreĀ efficient then file access..
Erik.
Steve has shown how you can do this here:
https://qb64phoenix.com/forum/showthread.php?tid=2554
Just create another SCREEN 0 image of any size you like. It's quite clever.