Re: removing blanks from a file
- From: Luka Djigas <ldigas@@gmail.com>
- Date: Fri, 30 Jun 2006 14:38:13 +0200
On Fri, 30 Jun 2006 06:59:24 -0400, "David Frank"
<dave_frank@xxxxxxxxxxx> wrote:
eliminate blanks as 1st char in output file, replaceIt works, finally Thank you Frank (and not to forget of course, all
write (2,*) trim(line)
with
write (2,'(a)') trim(line)
the others who generously spended their free time to help a fellow).
Thank you all.
ldigas
.
- References:
- removing blanks from a file
- From: Luka Djigas
- Re: removing blanks from a file
- From: David Frank
- Re: removing blanks from a file
- From: David Frank
- removing blanks from a file
- Prev by Date: Re: Random Numbers
- Next by Date: Re: automatic variables are not initialized correctly?
- Previous by thread: Re: removing blanks from a file
- Next by thread: linking g95-built library from VC++
- Index(es):
Relevant Pages
|
|