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