I wanna generate 743 different "codes" which should follow the following syntax: A1,A2,...,A20,B1,B2...
So I thought about doing it with two for-loops.
- One that goes through every "row" which is A,B,C,...
- and the second one that goes through every "column" which is 1-20.
Afterwards I wanna connect them and that's going to lead to one code which is "A1" for example.
My problem is the first loop, how do I do it that hes going to add an A at the first iteration, a B at the second iteration etc...