Clear Screen
- From: Rosana Khan <khanrosana@xxxxxxxxx>
- Date: Mon, 30 Jul 2007 20:48:17 -0700
Dear All,
I am having some trouble with clearing screen. I can't find any way to
do this in Fortran.
Documents from http://www.ibiblio.org say that
WRITE(*,*) CHAR(27), '[2J'
statement will clear the screen. But it is not working for me. I used
CALL SYSTEM('cls') or CALL system('clear'); but I dont like the idea.
Is there any other way in Fortran to do that?
Another thing - How can I access printer from a Fortran program?
Regards
Rosana
.
- Follow-Ups:
- Re: Clear Screen
- From: Steve Lionel
- Re: Clear Screen
- From: Richard Maine
- Re: Clear Screen
- Prev by Date: Re: Lahey Fortran and Core 2 duo
- Next by Date: Re: Clear Screen
- Previous by thread: Lahey Fortran and Core 2 duo
- Next by thread: Re: Clear Screen
- Index(es):
Relevant Pages
|
|