[umg] Get each indivisal letter and convert it to anouther letter

Hello, So this problem i had is not being able to change the text input from the editable text box to output a different text depending on the letter or symbol in the text box. Vero’s input is the editable text box. Which for testing A and B are my Keys and Value are my output i want in the text box. But it seems that VeroInput keeps all letters in the box and after the first Letter it can not find the next key. (ex if i typed A it would output the value in 0, But if i typed AB then no match to be found) So i tried for hours trying to separate the input letters and converting them one by one into another textbox but to no avail. If there is away grab one character at a time per input then that would be greet.

Never mind i figured it out took some time but here’s what i did. I took direct input from the text box due to the get function was buggy. took all input and made the array for each letter then grabbed the array’s last index to find what letter is left after a backspace. then find the key and value add that to one array, then put spaces in between to convert back to string then removed the spaces to have congruent symbols. But now the problem is when i have my symbols output then go from the last text then go below that for then next part like this.

/.-
//-/.- the -/ is where it grabs the last entry and put the next right against it
/.-

Is there a way to force it back to the next top row in the text box? — ill keep working on this and update.
[1]: