Re: removing blanks from a file
- From: Luka Djigas <ldigas@@gmail.com>
- Date: Fri, 30 Jun 2006 13:43:28 +0200
On 29 Jun 2006 18:11:38 -0700, "dpb" <dpbozarth@xxxxxxxx> wrote:
Others have made good suggestion so I'll throw out another possibility
although there _might_ be a misunderstanding on this if so, it is
likely not because of the language... :)
You say the output file is from one of your programs--does this mean
you wrote the program? If so, why not fix the output format so it
doesn't write the spaces to begin with?
Yes, I wrote the program which creates these files.
I'm creating several files, some of which have values like
1000.000, 1000.000, 1000.000
and some
10.000,10.000,10.000 (it's the same model, the only difference is in
the scale).
I could always white several FORMAT-s, for each file (7 files to be
exact) the program is generating, for example
scale=1:1
1 format for every file therefore, 7 formats
scale 1:10
1 format for every file, therefore, 7 formats
The scale usually varies between 1:1 and 1:50, so I suppose I could
write all those manually, and adapt them to the purpose, but surely
there must be another solution.
ldigas
.
- Follow-Ups:
- Re: removing blanks from a file
- From: dpb
- Re: removing blanks from a file
- References:
- removing blanks from a file
- From: Luka Djigas
- Re: removing blanks from a file
- From: dpb
- removing blanks from a file
- Prev by Date: Re: Allocatable attribute on derived type components
- Next by Date: Re: How to Find Memory Used (IVF 9.1, WinXP)
- Previous by thread: Re: removing blanks from a file
- Next by thread: Re: removing blanks from a file
- Index(es):
Relevant Pages
|