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. Truiteto

    Problems opening files

    I have these files: D1.txt, D2.txt, D3.txt ..... D10.txt My program is: ! Variables integer i character f(10) ! Body of Ej data f/'1','2','3','4','5','6','7','8','9','10'/ Do i=1,10 open (i,file='D'//f(i)//'.txt') My problem is when arriving to open D10.txt. I think there is a mistake...
  2. Truiteto

    HELP to open a file

    I want to do something like N=100 Do i=1,N open (5, file='data'N'.txt') enddo but I know this is not correct Can someone tell me how to do it? I have been searching it for weeks but I am not able to find it. Sorry for my english

Part and Inventory Search

Back
Top