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

    DECOMPILER

    I have to modify an old little program compiled from fortran95 source. It is possible to "decompile" the executable in order to modify the source?
  2. ilvecchio

    to READ ASCII FILES

    ...I'm stupid!!!! I forgot to copy the line "read..." outside the IF statement. There is a bug in my brain!!! For the second time...Thank you GerriGroot! Since, this is the second post regarding "to read a specific line in a text file", I have a question: There is some kind of command to jump on...
  3. ilvecchio

    Reading complicated text and digit from text file

    ....it's true! it was my fault: maybe in the line there are a lot of characters. Thenk you GerriGroot!
  4. ilvecchio

    Reading complicated text and digit from text file

    Hi! I'm working on the same issue. My solution to this problem is quite "CPU consuming", but it works. Surely there are better solutions! You can try using the subsequent approach: ... flag=0 100 FORMAT(format of keyword "DIMENS") 200 FORMAT(format of coordinates)...
  5. ilvecchio

    to READ ASCII FILES

    Hello! I'm trying to read files (ASCII output from commercial software) containing data as follow (coordinates, title, values): 1 -27.500 -70.500 -94.500 2 -27.500 -69.500 -94.500 3 -27.500 -68.500 -94.500 4 -27.500 -67.500 -94.500 5 -27.500 -66.500...

Part and Inventory Search

Back
Top