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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by matthewkmk

  1. matthewkmk

    how to "integer to string" for the array

    if I want to make the array name as variable, e.g. BIG_1234(2,1), (the number 1234 can be varied) anyone can help me? Thx very much
  2. matthewkmk

    some error occur while using f90SQL

    main.obj : error LNK2001: unresolved external symbol _F90SQLALLOCHANDLE@16 anyone can help me to solve this one? thx a lot
  3. matthewkmk

    how to draw a table in Visual Fortran

    I have some data but I want to put it into a table just like the table we can draw in MS-Word. Anyone can help me? Thx very much.
  4. matthewkmk

    how to read data from a formatted text file

    Oic,it's great, Thank you again
  5. matthewkmk

    how to read data from a formatted text file

    Thx very much. I have solved the problem. And could u tell me how to write dll and how to make an interface? I am using digital visual fortran.
  6. matthewkmk

    how to read the data on the same line

    I can solve it now, Thx very much. Do anybody know something about how to write visual fortran dll? Thx!!
  7. matthewkmk

    how to read the data on the same line

    i think it doesnt work because once u read Mary at that line , after u use "READ" again, it will automatically change to the next line. can anybody help me to solve this? thx
  8. matthewkmk

    how to read the data on the same line

    how to read the data on the same line e.g. if i want to read the number after Mary once I have found Mary in the data file. Because it will read the next line after it found Mary if I want to read the number after Mary. open(13,FILE='ff.dat') 1010 continue...
  9. matthewkmk

    how to read data from a formatted text file

    one more question: how to read the data on the same line e.g. if i want to read the number after Mary once I have found Mary in the data file. Mary 100 John 200 Mary 300
  10. matthewkmk

    how to read data from a formatted text file

    I can find the solutions, thx very much.
  11. matthewkmk

    how to read data from a formatted text file

    do u think it's the format's problem, the no of occurrence=0 even there are many Mary in the data file?
  12. matthewkmk

    how to read data from a formatted text file

    One more question is that if I want to count how many times the word Mary appear in the program, could u also help me to solve? thx
  13. matthewkmk

    how to read data from a formatted text file

    Oic, may be I post the complete one. DATA File: Here is the inforamtion of Class 1 (blank line) (blank line) ********** *Class 1 (blank line) John 1 100 (blank line) (blank line)...
  14. matthewkmk

    how to read data from a formatted text file

    oic, it means, e.g. ^&&(&(*& 8(*)(*)*) (blank line) ********** *Class 1 (blank line) John 1 100 (blank line) (blank line) ********** *Class 1 (blank line)...
  15. matthewkmk

    how to read data from a formatted text file

    still cant work wor, it just show the original number, and not the following number

Part and Inventory Search

Back
Top