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

    read every single character of file into array

    I mean *at occurrence of a space*
  2. choclo

    read every single character of file into array

    Right! Here the code I have been working on. The problem is that it stops reading in the single characters of a line at occurrence of a blank although it is supposed to stop reading at the line break. program read_in implicit real*8 (a-h,o-z) character (Len=1),dimension(:,:),allocatable...
  3. choclo

    read every single character of file into array

    My problem is as following: I have an unformatted text file of an unknown number of lines and length of a line. I would like to read every single character into an array char(i,j) where i is the line-number and j is the character position of that line. So far I have only achieved to read the...

Part and Inventory Search

Back
Top