Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!sri-unix!tcs@usna.uucp From: tcs@usna.uucp Newsgroups: net.unix-wizards Subject: no octal format in f77 Message-ID: <1686@sri-arpa.UUCP> Date: Fri, 6-Jul-84 13:52:52 EDT Article-I.D.: sri-arpa.1686 Posted: Fri Jul 6 13:52:52 1984 Date-Received: Sun, 8-Jul-84 08:58:46 EDT Lines: 8 > 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