|
Prev: Ada vs Fortran for scientific applications
Next: Announcement: (partial) F90 Interface to POSIX for gnu Fortran
From: HK on 3 Jun 2006 16:06 That's a lot of help! I have never explored the 'fanciful' extras in the READ statement, especially the internal files, but now I got it working! I also used IOSTAT because I avoid GOTO statements, or any line numbers anywhere except for formatting. Thanks again for everyone's generosity!
From: Dan Nagle on 3 Jun 2006 18:39
Hello, HK wrote: > That's a lot of help! I have never explored the 'fanciful' extras in > the READ statement, especially the internal files, but now I got it > working! I also used IOSTAT because I avoid GOTO statements, or any > line numbers anywhere except for formatting. If you would like to eliminate line numbers completely, investigate using character expressions as formats and remove your format statements. -- Cheers! Dan Nagle Purple Sage Computing Solutions, Inc. |