I think that you'll find that your problem is caused by the fortran compiler seeing the %f in the string and assuming that it is a C formatting request. See what happens if you replace it with "%%f" (i.e. double the '%'). Tim Pointing, DCIEM tim at zorac.arpa