During the Fortran program execution, the default back ground and text is black with white text. I would like to reverse this and make the background white with black text. Any suggestions? Sid Kraft
Execution Background
Sid,
Use the WINAPP directive?
Eddie
If you have a simple Fortran program that does not use ClearWin+ then you will probably be running it as a 'console' application.
Adding the WINAPP directive to the start of the code will change it to a 'windows' application with the desired effect. This will be OK for output results but may not work for reading data from what was previously the console.
A console or 'DOS box' or 'Command prompt window' has its own properties (including background and text colour) which can be changed under program control but it would be quite tricky to do that.