I have a routine to find the PID of a running application. What I need to do, is search the memory in use by that process for a text string.

How can I do this?

Thanks