Recent content by camila

  1. camila

    Fortran {FORTRAN}How can i read blank steps without using iostat

    THANKSSSSSSSSSSSSSSSS! :D i really appreciate your time :)
  2. camila

    Fortran {FORTRAN}How can i read blank steps without using iostat

    yes.. i tried that, but its doesn't work :P
  3. camila

    Fortran {FORTRAN}How can i read blank steps without using iostat

    yes!, with the last one, the program skip and doesn't read anything. e.g: if i have: :26 :35.5 :0 : :46 this is the result: 26.00000 35.50000 0.000000 46.00000 and with this result, i have less data, i need this: 26.00000 35.00000 -9384939 (the smallest number) 46.00000 thank u!
  4. camila

    Fortran {FORTRAN}How can i read blank steps without using iostat

    hello, I have a tricky question with arrays involved. I am trying to made a code who can read precipitation, so i have 3 kinds of strings: 1.numbers, 2.0 ,3. blank steps. I need to change the blanks into the smallest number who can read fortran. I was reading and the other options is using...
Back
Top