Recent content by miran.iran

  1. M

    Fortran How Can I Create a Variable Name with a Variable in Fortran?

    @swartzism: yes.thats it. I want to see how can I create a real variable name which part of it is variable. I know how to do this in APL.but you can not do the same in Fortran. I have asked some others. they did not know too! @ rcgldr:Could you please tell me what should I search exactly...
  2. M

    Fortran How Can I Create a Variable Name with a Variable in Fortran?

    Hi, How could I make a variable name with a variable in it in fortran? For example I want to use a loop to assign values to a11, a12, a13, a14, a15 and a21, a22, a23 I DO NOT WANT TO USE ARRAY FOR THIS Real X1,x2,x3,x4,x5 Do I=1,5 Xi(i=1 to5)=i Enddo ( How should I get...
Back
Top