I want to create a dynamic variable name using Fortran.
The variable name will be obtained by concatenating a string and another string/integer. Then I want to us
No, this is not possible in Fortran.
For more information, look into Reflection (computer programming).