NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [netcdfgroup] Data conversions

Would this be what you are looking for:

      PROGRAM T
      CHARACTER*80 STR
      X = 1.234
      WRITE(STR,'(F6.2)') X
      WRITE(*,*) STR
      END



s.gummadi@xxxxxxxxxxxxx wrote:
Hello,

  Is there any function available in FORTRAN 77 to convert real data to
string data type? Any help is highly appreciated.

Thanks
Sri

_______________________________________________
netcdfgroup mailing list
netcdfgroup@xxxxxxxxxxxxxxxx
For list information or to unsubscribe,  visit:
http://www.unidata.ucar.edu/mailing_lists/



  • 2009 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: