Re: Clear Screen
- From: Steve Lionel <steve.lionel@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 14:12:46 -0700
On Jul 31, 12:01 am, Rosana Khan <khanros...@xxxxxxxxx> wrote:
I am using intel visual fortran for windows and g95 and gfortran for
cygwin. Can I get some help?
I can help with Intel Visual Fortran, not with the others.
For printing, see the Samples\Miscellaneous\WinPrint sample installed
with the 10.0 compiler. This includes the source of a module that
provides a routine Print_Unit. You don't need to edit or even
understand the source - just add it to your project, add a USE of the
module and call Print_Unit specifying the unit number to which you
have written the text file you want printed. By default, it will
print the text using "Courier New" font on your default printer. Read
the source of the routine for a description of optional arguments.
As I suggested earlier, "clearing the screen" isn't exactly meaningful
when your "screen" is a scrolling window. What exactly are you trying
to accomplish? What is your application and what purpose does
clearing the screen have?
Steve
.
- References:
- Clear Screen
- From: Rosana Khan
- Re: Clear Screen
- From: Steve Lionel
- Re: Clear Screen
- From: Rosana Khan
- Clear Screen
- Prev by Date: Re: Lahey Fortran and Core 2 duo
- Previous by thread: Re: Clear Screen
- Next by thread: Subroutine "arguments"??
- Index(es):
Relevant Pages
|