Hello,
my executables read input files, calculate and write output files.
I would like to pass the name of the input file as an argument on the command line environment.
I.e.:
c:\>Myprogram c:\input_file.txt
Is it possible with FORTRAN?
Thanks in advance!
Vince
I found the Intel Forum very good.
What I found:
the DFLOGM code checks if a button with IDCANCEL exists, and, not having found it, does nothing.
Solution: add a button with "Close" or "Cancel" caption and assign identifier IDCANCEL to it (or change the properties of "Apply" button if you...
Hello everybody,
I'm developing a small dialog application. it's got the cancel button, when you press it it closes the application, and that's fine.
I want the application to be closed when I type in Alt+F4 or I click on the red cross button, the button you usually use to close every window...
If it is possible to convert the content of an integer variable to a string the dynamic format could work as follows:
PROGRAM DYNFOR
CHARACTER A*4
N=12
A= !A STATEMENT THAT CONVERTS THE CONTENT OF N IN '12'
1 FORMAT(A(F10.3))
END
I tried to use the casting statement
CHAR()
but I...
Hi,
Thanks for the replies.
@prost
As I told you in the other post your suggestion is correct, with it I understood that my problem is different.
After reading I need to write these values and in that case I really need a format specifier, because if I use an unformatted write, after a certain...
Hi,
I need to read N values in the same row of a file.
The number of values changes so I need to have a dinamic format specifier.
For example
FORMAT(N(F10.2))
where N is stored in a real variable and changes.
Can you help me?
Tnx
HI,
I'm trying to read a row of real values in scientific notation separated with TABs.
If they were separated by spaces I could have specified
FORMAT(F10.3,F10.3,...)
but i don't know what to do in this case.
Thanks
Hi everyone,
I need to perform a thermal analysis. A slab of solid material subjected to one side heat flux. My energy balance equation takes in account conduction and heat generation.
The conduction term is the usual term.
The heat generation term is function of the density, but the density is...
Hi everyone,
I need to perform a thermal analysis. A slab of solid material subjected to one side heat flux. My energy balance equation takes in account conduction and heat generation.
The conduction term is the usual term.
The heat generation term is function of the density, but the density is...
Hi, I am trying to model a rectangular plate using the 3-by-3 matrix input option for shell99. could someone explain the meaning of the transverse shear term (TRSHEAR)?Where can i find a refarence?
Thanks
Hi,
I have some region defined in autocad 2000.
I need the momentum of inertia of these regions respect certain axes.
How can I reach them?
Thanks
Vincenzo
Hi.
I'm making up a model. I have defined two elements:first plane42 and then beam3.
I have meshed all the areas with plane42, now I want to use beam3 in order to mesh a line.How can I say to the program that now I want to change element to use
Thanks