Recent content by arhangela
-
A
Fortran Fortran 90: giving the variable's value on the execution of a program
Thanks jtbell! It works now :)- arhangela
- Post #3
- Forum: Programming and Computer Science
-
A
Fortran Fortran 90: giving the variable's value on the execution of a program
Hello I wondered if in Fortran 90 I can define a variable whose value will be given only while executing the program, in the same line as the execution command, for example like this: ./exe 100 I know one can use the "read" command, but that way you only enter the variable's value once...- arhangela
- Thread
- Fortran Program Value
- Replies: 2
- Forum: Programming and Computer Science