>I am writing a namelist using the preconnected output (I am using
> redirects on the command line to change this from screen to specific
> file name). The write statement:
> write (*,namelist_name)
> and later with another program reading that same output with
> read (*,namelist_name)
> The proplem is if a namelist variable is a character string that has a
> intermediate space the default delimiters are apostrophes. However a
> write will not put them in. Any suggestions. I would like to keep
> the nonspecified unit so I can do the redirects on the command line.
The OPEN statement as a DELIM specifier that allows