Is it possible to assign a certain amount of letters a numerical value, that can later be added together?
Ex:
A,B,C = 1
D,E,F = 2
So that if I add A + D + D I get 5?
I would post what I tried, but I don’t even know what I could try in this sitation.
You need to do