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

    Arranging data within table

    Hi everyone...need your help as I'm spend ages to solve the problem. My problem is I have a table just like this Sample Machine Element Value 123 2 Ca 5 123 2 V 4 123 2 Vi 2 .. .. My Question is how can I make the table like this...
  2. bhussin74

    file length in FORTRAN

    What i mean is in that file1.dat there are 8 lines data, how i'm going to get it in FORTRAN.
  3. bhussin74

    file length in FORTRAN

    Hi guys... How we can get a file length in FORTRAN. Assume we have a file data file1.dat 12 14 3 4 67 89 54 47 How can we get the length of file1.dat
  4. bhussin74

    Open several files

    thank you so much to PAnderson for you help. I'm really appreciate it.
  5. bhussin74

    Open several files

    Hi ... still trying to open several files in a loop. The problem is when i use the example above its work but it doesn't when i try use my data its work when i'm call my file like this open(11,FILE ='test1.txt'), read(11,FMT=*,END = 200)x,y 200 continue but when i'm trying to change the...
  6. bhussin74

    Open several files

    Thanks PAnderson.. It works ... But my problem is still unsettle Let say I have 5 files where in each files contains 2 colums of reading x and y. My program will read all the data file in a looping. (You giving me help on this ..) Anyway I try but it doesnt work. I copy you the program...
  7. bhussin74

    Open several files

    Hi guys.... need your kindly help I have a problem where I need to open few files in my main program. As example let say I have file1.dat file2.dat file3.dat and so on. My question is in my main program I have to open the all files in a loop program do 10 i = 1,5 {file to open} open...

Part and Inventory Search

Back
Top