Re: opening char variable data file
- From: dpb <none@xxxxxxx>
- Date: Wed, 31 Oct 2007 09:52:09 -0500
GT wrote:
....
Thank you, yes I have just tried and there is a " just before the "value"....
held by file_name_use, which I replaced with a space.
May I assume an open statement is not going to find a space a problem as
long as it is before / after the filename?
Trailing blanks, yes; leading blanks, no.
If the filename string you're reading from external source (I gather) is quote-delimited, you need to strip them (in pairs) and then use the ADJUSTL() intrinsic to eliminate the leading blanks...
--
.
- References:
- opening char variable data file
- From: GT
- Re: opening char variable data file
- From: e p chandler
- Re: opening char variable data file
- From: *** Hendrickson
- opening char variable data file
- Prev by Date: Re: Adding a column to an existing output file
- Next by Date: Re: OpenMPI Fortran: 'Error reading module mpi' and unexpected but silent termination
- Previous by thread: Re: opening char variable data file
- Next by thread: Re: opening char variable data file
- Index(es):