On Fri, 9 Sep 2005, Ruby Quiz wrote: > Cy=0.11278889E-01 Cx=-1.343e+02 > > And fileB, > > Cy=0.11278890E-01 Cx=-1.343e+02 Named fields are an interesting case: what should happen for Cy=0.11278889E-01 Cx=-1.343e+02 And fileB, Cx=0.11278890E-01 Cy=-1.343e+02 Cz=2.9979e+08 ? Fields named in a different order, and an extra field introduced. Hugh