How do I create numbered file names such as out_01.txt, out_02.txt etc.?
A: Use an “internal write” to create the file names, for example A: A neater way to do this would be: This way the formatting is clear and you are writing the correct string to the variable. I assume you wanted an integer as the number. ‘I’ format statement requires an Integer length, or zero […]