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 TouchToneTommy 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. bahester

    Help with sort and file I/O

    EDIT: Realized I needed 2 open statements so this is where I'm sitting currently: OPEN (UNIT = 10, FILE = 'fname', STATUS = "OLD", ACTION = "READ", IOSTAT = ierror) IF (ierror /= 0) STOP "Error opening file. Aborting." i = 1 DO READ(10,*,IOSTAT=ierror) nums(i) IF (ierror /= 0) EXIT i=i+1...
  2. bahester

    Help with sort and file I/O

    Hi, I'm new to this website, and also very new with FORTRAN and programming in general but I have an assignment I'm very confused about and having lots of problems with. If anyone smarter than me could help me out or give me some tips at where to go that would be greatly appreciated. Heres...

Part and Inventory Search

Back
Top