Is there a way of saving the output when running a program in Qbasic?
The thing is, the program I run has a lot of output. I've already adjusted the screen size. While that can work sometimes, even that has its limitations with too much output. For some reason, I can't scroll the run screen up or down or anything.
Perhaps there is also a way to change the text size of output. But again, limitations here as well.
Therefore, is there a way to save the output to a file type like .txt
,
.nfo
, etc. where I can read it in an easier to use format?
Yes. Instead of printing to the screen, print to a file, with something like this: