From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8342753e7337f46d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-16 05:54:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.he.net!cyclone-sf.pbi.net!151.164.30.35!cyclone.swbell.net!bos-service1.ext.raytheon.com!bos-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3D34148B.9F3E1F55@res.raytheon.com> From: default X-Mailer: Mozilla 4.51 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Fortran data file -> ADA data file? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 16 Jul 2002 08:41:47 -0400 NNTP-Posting-Host: 138.127.212.135 X-Complaints-To: news@ext.ray.com X-Trace: bos-service2.ext.raytheon.com 1026823308 138.127.212.135 (Tue, 16 Jul 2002 08:41:48 EDT) NNTP-Posting-Date: Tue, 16 Jul 2002 08:41:48 EDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:27147 Date: 2002-07-16T08:41:47-04:00 List-Id: Would ADA be able to process unformatted record files from FORTRAN? I am trying to port some FORTRAN code to ADA and this seems like the only hurdle I may have. Any input is greatly appreciated.