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 John Tel 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: jags015
  • Content: Threads
  • Order by date
  1. jags015

    resizing an allocatble array in a subroutine

    Hi, I am using Fortran 90 and my requirement is that I want to resize an array inside a subroutine. I have declared this array as allocatable inside another module. module global type(user_defined),allocatable ::array_a(:) end module Now I am defining a subroutine which will take this...
  2. jags015

    reading entries from string separated by space

    Hi, Greetings for the day ! I am trying to read a number of entries from a string where I don't know how many spaces will be there in between each entries and I have hexadecimal numbers to read from the string so I can't use unformatted read. e.g. string -> 3 c 2cfb 0 d e e.g. another...

Part and Inventory Search

Back
Top