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

    Print out fomat for real number

    Thank xwb and RenardPaul. Since the length of the values can change, here is the code I tried. Little bit tedius but it seems to work. __________________________________________ ws(1)=18.9 ws(2)=9999 ws(3)=1.3 n=3 do i=1,n if (int(mod(ws(i),1.0)*10000).lt.0.0001) then...
  2. BlueSky666

    Print out fomat for real number

    Hi, how should I output real varibles Var/12.3,9999/ as 12.3 9999 by using F4.1 rather than 12.3 9999.9 by using F6.1. I am using Microsoft Visual Fortran. Thanks

Part and Inventory Search

Back
Top