Hello All,
I have a different question from my previous post. The problem I have now is that I want to output multiple files, having the names output1, output2, output3,....etc. I have a loop in which I do some things that output to the output file, but what I can't do is relate the output file to the iteration counter, so that in each iteration it outputs the result in a file having the name of "outputn", where n is the iteration counter. Could you help me with that, please?
Thanks.
Aly