Hi,
In PDS 7.1, you could have your program run, print some lines of text and when done, close and the text would still be visible on your dos screen. I have a program where it looks for a specific type of error in a text file. If the error is there, it prints the offending line on the screen and to a log file. When done, the numbers of errors are printed and the program ends. I can still see the output while I'm at the dos or cmd prompt.
When I run this program now in QB64, the screen is gone when the program ends. I have to look at the log file that the program creates in order to see the errors. Is there any way to not clear the screen other than by putting a pause before it exits? The program doesn't do any screen formatting. I'm new to QB64 and just figuring out the differences.
Thanks