> There is no "O" format in FORTRAN 77. True, but there is a kludge. Use the "R" format specifier to convert the radix to octal and then read using the "I" format. 100 format('input in octal:',r8,i4) Terry Slattery U.S. Naval Academy