Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fguser

    How do I write a direct access file and keep the original records?

    Hello, I'm writing a sequential file that has a text on the 11th line (before that there're only line brakes). The thing is that after I write the file I'm loosing the ten first characters that I had on the original text. How can I write a direct access file and keep untouchable the original...
  2. fguser

    Creating a new line in a direct access file. (FORTRAN77)

    Problem solved! Thanks a lot!
  3. fguser

    Creating a new line in a direct access file. (FORTRAN77)

    After changing the format and the record lenght as sugested. My output was the following. 0 1 2 3 4 5 6 7 8 9 I'm using g95 to compile my program. Do you have any other suggestions to my problem? Here is my code: PROGRAM TEST OPEN (UNIT=10, FILE='TEST.TXT'...
  4. fguser

    Creating a new line in a direct access file. (FORTRAN77)

    Hello, How do I create a new line in a direct access file? I have this code right below. Instead of writing the records all on the same line I'd like to write each record in a different line. PROGRAM TEST OPEN (UNIT=10, FILE='TEST.TXT', FORM='FORMATTED', ACCESS='DIRECT'...

Part and Inventory Search

Back
Top