Well, the problem I'm having is that each time the program is run it
saves a file for example test1.dat Now the way I see it, the easiest
way to make the next file saved be titled "test2.dat" would be to have
a variable that increments by one each time the user runs the program.
It just seems to me like it would be immeasurably simpler to have an
internal variable do this than some  complicated architecture to
accomplish the same goal.

Reply via email to