Thanks for the reply. I’ve read about tokens but I still can’t figure how to solve my problem which is:
I have a list of words, I need to search the bodytext for that strings and when I find them I need to make them bold.
I was thinking to parse the bodytext with the PosWordRight and SelectRightWord and when I find the words from my dictionary, make them bold. My problem is how do I know when PosWordRight arrives to the end of the message
and how do I know who is the selected word. For the last issue I’ve tried the EnvTextCurrentWord token, but it returns only on letter, not the word.
Thanks!