The module FortranFormat provides two classes that allow reading and writing of Fortran-formatted files. (If you don't know what that means, you don't need it!). Only a subset of formatting options is supported: A, D, E, F, G, I, and X formats, plus string constants for output. Repetition (e.g. 4I5 or 3(1X,A4)) is supported. Complex numbers are not supported; you have to treat real and imaginary parts separately (as in Fortran!). Konrad Hinsen Sept, 1996