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 strongm 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. scftw7

    Format for Reading in Real Numbers

    Thanks, the double precision did the trick
  2. scftw7

    Format for Reading in Real Numbers

    Sorry, for the example above, it printed the following: 100 A B -5585578.0000000000
  3. scftw7

    Format for Reading in Real Numbers

    Okay, I tried F20.10, and it printed out the following: 318772740 A E -5585578.0000000000 ********** ********** It can't seem to read in the digits to the right of the decimal point.
  4. 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