Variable Format Expression <expr>

Steve Kargl sgk@troutmask.apl.washington.edu
Mon Jan 12 07:58:00 GMT 2009


On Sun, Jan 11, 2009 at 07:38:25AM -0600, Tom Browder wrote:
> The Portland Fortran compiler recognizes a variable format expression.
>  Is there any way to do such a thing with gfortran?
> 

If you formats of the form '(<n>I4.0)', then the answer is no.
You can use a standard conforming internal write to construct
the format.

-- 
Steve



More information about the Fortran mailing list