Hi,
I am running a loop in which I have a variable and 10 iterations. I want to set the variable name, starting with a number in each iteration, so that the variable's name be something like "1 x" in the first iteration, "2 x" in the second, and so on and so forth. I would appreciate any solution. Thanks,
I am running a loop in which I have a variable and 10 iterations. I want to set the variable name, starting with a number in each iteration, so that the variable's name be something like "1 x" in the first iteration, "2 x" in the second, and so on and so forth. I would appreciate any solution. Thanks,
Comment