actually I’m moving in the right direction. I found the docs on the string Actions
I’m currently using the function Left to grab the first letter. I’m still working on this. I want the letters individually, but if I change the count to 2, it gives me the first and second letter, rather than the first letter.
I then tested LeftChop and RightChop. Dangit. I think this is going to end up being one of those things where i have to chop off the end of the word, and then the start of the word i don’t want, to find the character I do.