Re: writing output listing onto screen (or not) and onto file
- From: bru <bru@xxxxxxxx>
- Date: Mon, 17 Jul 2006 17:26:47 +0200
Tim Prince wrote:
Bernard Bru wrote:
Is it possible to simplify my code by putting only oneAre you asking about facilities provided by most systems for redirecting output sent to '*' (or, on many systems, unit 6 without an OPEN)?
WRITE statement when I want to write output results onto screen
(or not) and onto a file :
For example, the tee program, or redirection using '>' on the command line?
Your solution is good for me in the case I want to have results only on a file.
In the other case I want to have results at the same time on the screen and on a file!!
Thanks for your ansver
Bernard Bru
.
- Follow-Ups:
- References:
- writing output listing onto screen (or not) and onto file
- From: Bernard Bru
- Re: writing output listing onto screen (or not) and onto file
- From: Tim Prince
- writing output listing onto screen (or not) and onto file
- Prev by Date: Re: writing output listing onto screen (or not) and onto file
- Next by Date: Re: writing output listing onto screen (or not) and onto file
- Previous by thread: Re: writing output listing onto screen (or not) and onto file
- Next by thread: Re: writing output listing onto screen (or not) and onto file
- Index(es):
Relevant Pages
|