M
masterpaladin38
I've been working on this problem for some time and I must say I'm
stump. Any help would be appreciated.
Basically what I'm trying to do is write the results of a loop to a new
text file with every pass. For example the user chooses that the loop
should run 10 times. I want to write the results of each pass of the
loop to a text file by incrementing the filename and creating a new
text file. So if it the loop went through 10 passes I would have
results1.txt, results2.txt, results3.txt, etc all the way up to
results10.txt
I don't know if I've been totally clear here but I'm grateful to anyone
who can help me figure something out.
stump. Any help would be appreciated.
Basically what I'm trying to do is write the results of a loop to a new
text file with every pass. For example the user chooses that the loop
should run 10 times. I want to write the results of each pass of the
loop to a text file by incrementing the filename and creating a new
text file. So if it the loop went through 10 passes I would have
results1.txt, results2.txt, results3.txt, etc all the way up to
results10.txt
I don't know if I've been totally clear here but I'm grateful to anyone
who can help me figure something out.