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: *

  • Users: MBFerguson
  • Content: Threads
  • Order by date
  1. MBFerguson

    How to read from a string into 8-byte integer?

    I have the following 8-byte integer defined as follows: integer*8 :: strINT = 0 And an allocatable string defined using character(:), allocatable :: str str = "9876543210" I'm trying to set the strINT variable using the read function read(str,*) strINT However, this gives the following...

Part and Inventory Search

Back
Top