Philipp12345
Programmer
Hi,
i have the following problem. I'm given several variables
REAL v1, v2, v3 ... v100. These variables can not bei given in an array!
Now i try to write a loop, that gives each variable a value. In this loop i try to use the value of the loop variable i to reference to to variable i like to give a value. Somthing like
do 20 i = 1, 100, 1
v=i
enddo
is this possible?
i have the following problem. I'm given several variables
REAL v1, v2, v3 ... v100. These variables can not bei given in an array!
Now i try to write a loop, that gives each variable a value. In this loop i try to use the value of the loop variable i to reference to to variable i like to give a value. Somthing like
do 20 i = 1, 100, 1
v=i
enddo
is this possible?