Hola. I am trying to make a simple loop (perhaps using forvalue and while commands) that allows me to replace within a text string all the characters "1" by "ONE", "2" by "TWO", 3 by "THREE" and so on. How can I do it? Thanks