Text string to ASCII?

Hi, I have a patching question:
I need some node where I can type some text string in it, and then this node should output each letter’s ASCII code, from left to right (and possibly I should be able to set the output speed)
thanks

see Ord (String) and its help file.

Thank you!
another question: which node can output a text string, a letter at once, but this time NOT converting to ASCII code? (basically I need to divide a text in its letters, sequencially spreaded out)
thanks you

that would be Split (String) .