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 bkrike 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: scftw7
  • Content: Threads
  • Order by date
  1. scftw7

    Format for Reading in Real Numbers

    Hi, I'm trying to read in from a text file the following sequence 100 A B -5585577.906775479 I've tried reading it using the following format: 10 FORMAT(I3,1X,A1,1X,A1,1X,F10.10) and writing it using the following command: READ(2,10) A,B,C,D WRITE(*,10) A,B,C,D However, upon output, it...

Part and Inventory Search

Back
Top