Is it possible to access a word by it's index via GREP?
I am trying to write a script that underlines a specific word in a document: e.g. "and".
For that there are many "and"s in my text, I am looking for a way to access the "and" I want to underline (word number 12) by it's index via GREP.
Any indeas?
Thanks