Re: removing blanks from a file
- From: "David Frank" <dave_frank@xxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 06:59:24 -0400
eliminate blanks as 1st char in output file, replace
write (2,*) trim(line)
with
write (2,'(a)') trim(line)
.
- Follow-Ups:
- Re: removing blanks from a file
- From: Luka Djigas
- Re: removing blanks from a file
- References:
- removing blanks from a file
- From: Luka Djigas
- Re: removing blanks from a file
- From: David Frank
- removing blanks from a file
- Prev by Date: Re: linking g95-built library from VC++
- Next by Date: Allocatable attribute on derived type components
- Previous by thread: Re: removing blanks from a file
- Next by thread: Re: removing blanks from a file
- Index(es):