I was just wandering if there was a way to put information in to a string but increment a section of the text when putting it in the string.
To put it simply:
string="to be put in string[this is to be incremented]";
I was wandering if there is a way to do this.