I don’t have the editor handy so I don’t know the exact node names, but try doing a for loop. First index 0, last index the length of the word. The on each loop get substring, the start index being the loop index and the length being 1, then you can shove the character into an array of strings and do what you need to do.