Hi! About the next image there is something I have always wondered. Is there a way to make the same function in a much faster way?, like:
string v = “txtAchiev” + cod;
txt = Achievements.v;
Because this code looks very repetitive.
How can you identify a variable with a string?
I hope I explained myself correctly.
PS.: I know there is some programming term for this but I don’t know it yet.