Recent content by ethyl

  1. E

    Fortran Execute Excel File w/Fortran Compiler Code

    Thanks again vor your answer! It was helpful. The thing is that i have a code in fortran 77 that is giving me some data on external files every time i run it. It is a simulation of a flow. At first i was trying to create additional code so every time the program will give me a new notepad file...
  2. E

    Fortran Execute Excel File w/Fortran Compiler Code

    Thank you for your answer. I do not know how to create a string variable or an ascii character or how to concaternate the variables together :S Can you be a little more detailed on that. I realized that fortran does not give to many options in plotting and i am desperatly trying to convert my...
  3. E

    Fortran Execute Excel File w/Fortran Compiler Code

    1) Is there any code that can make a fortran compiler to export data to an excel file? But not just OPEN(3,FILE='Z2.xls') for example because it is inserting the data in a messed up way and i can not draw a graph. 2)Also another in fortran code let's say we ve got OPEN(2,FILE='kk1.DAT') The...
  4. E

    Fortran Execute Excel File w/Fortran Compiler Code

    buy saing program you mean the file that contains the fortran code or the excel file? Because non of them is a .exe file. And then still what is the code to call the file from the fortran compiler? I want to call my excel file from the fortran code not make a script that will call both the...
  5. E

    Fortran Execute Excel File w/Fortran Compiler Code

    Exactly Jeff! But how am i doing that?
  6. E

    Fortran Execute Excel File w/Fortran Compiler Code

    I want to write a code line that will call an excel file after running the main code. I just want to call the file! Not input or export any data. So just before the code terminates it will call this file on the screen. just that. although i don't know if it is possible.
  7. E

    Fortran Execute Excel File w/Fortran Compiler Code

    Is there any code that i can use to execute a file through a fortran compiler? For example i want to execute an excel file (kk.xls) just before the termination of the main code. Thank you
Back
Top