Hello,
I want to take words from textbox, and have each of the letters on that word, sum each of the alphanumeric value + 30 (for example. )
Therefore, I will have like different Labels as follows:
Label 1 : AA = 1 1
Label 2: AA = 31 31
Label 3: AA = 61 61
And so on. I know it is something very easy, but I am really stuck on this one (too many hours working on the project)
This is what I am doing: