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

  • Users: CCarl
  • Order by date
  1. CCarl

    reading words with varying length from input file

    This is the code i've writte so far; 999 do while (mol/='END') cEND in the file indicates the last word is written 888 read(1,'(A)', iostat = io, advance='no'), ch if (io ==0) then if(ch == BL .and. oldch /= BL) & then c new species found...
  2. CCarl

    reading words with varying length from input file

    Hi, I need to write a program that can read words from an input file. These words need to be stored in a vector "character species(200,20)". The max number of words is 200, the max length is 20 of each word is 20. The words can be on the same line (separated by blanks) or in different lines or...

Part and Inventory Search

Back
Top