I am working on a graphics APP, but I do from time to time have to insert Print statements, for user interaction,
informational purposes, and for debugging.
Despite my best efforts to keep the Print statements away from the graphics part, it corrupts the
graphics output. Of course we know that causing scrolling will destroy the graphics, but in this case no scrolling is involved.
The graphics are still corrupted. It would be nice to keep them in the same window, but maybe that really isn't practical.
So, if I open a separate window for the Print statements, how do I direct them to that window, and not the graphics window?
I guess the READ statements would also be in the same window, unless these is some kind of graphics interaction.