CR/LF Control With WRITEs to Console
- From: tornado Jeff <jkrob@xxxxxxxxxxx>
- Date: Mon, 11 Jun 2007 12:41:06 -0700
All,
I'm sure this may have been answered before but I can't find any
reference to it so...
When you do a WRITE within a Do Loop to the console screen such as:
Do IJK=1,10
WRITE(*,*) 'Loop Count = ', IJK
ENDDO
It will write a new line on the screen for every write. How can it be
formatted so the writes will stay on the same line & just show the IJK
count incrimenting?
Thanks in advance,
Jeff Krob
.
- Follow-Ups:
- Re: CR/LF Control With WRITEs to Console
- From: rih5342
- Re: CR/LF Control With WRITEs to Console
- From: WFLLIB
- Re: CR/LF Control With WRITEs to Console
- From: gary . l . scott
- RE: CR/LF Control With WRITEs to Console
- From: meek
- Re: CR/LF Control With WRITEs to Console
- Prev by Date: Re: Protecting Fortran software
- Next by Date: Re: dgelsd for prediction
- Previous by thread: dgelsd for prediction
- Next by thread: RE: CR/LF Control With WRITEs to Console
- Index(es):
Relevant Pages
|