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 derfloh 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: *

  • Users: fguser
  • Content: Threads
  • Order by date
  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)

    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