I have a for loop that is going to write a number of files. I wish to
name all the files differently bu have to many file to type in a new
name each time. I there a way to say add the loop iteration to the
filepath to create a contiuously changing file name? E.G iteration 1,
Datafile1
    iteration 2, Datafile2......

Reply via email to