I know that the REPLACE functionality can also be used to FIND text. I am doing this currently. The issue I am running into is knowing, since I am not doing a replace, whether something was found or not.
I know taht within my evaluator I could set a global flag and that check that flag back in my code but this seems a little obtuse. I wanted to know if their is a better method for doing this.
Just to be sure we are on the same page, I need to find some text in the document and I simply need to know that it was found. Is their any method for doing this? Besides using public or global variables, is their some built-in functionality for returning whether the information was found, what was found or maybe even where it was found?
Thanks,
Todd