Didonet 0 Posted October 1, 2007 Hello... i want to ask something, but i don't know how to explain it... Ok, lets begin with the examples I have a text area in a program... or input field. If i write the text /test in it, the program will auto replace the text "/test" with... the text "new text". I don't know whats the name of the text area or the input field. The function is only: If you enter the text "/text" auto replace it to "new text"... Do you get it?... Share this post Link to post Share on other sites
Tasmania 0 Posted October 1, 2007 I believe I understand what you are asking... you want to take the active window, search through it, find every instance of "/test" inside of the window, and replace it with "new text"? Is this correct? Share this post Link to post Share on other sites
Didonet 0 Posted October 1, 2007 Yes, but you/I don't know what is that active window I want to this to work to what ever program u run. Share this post Link to post Share on other sites
aslani 2 Posted October 1, 2007 Have you tried using Hotkeys to execute your function? [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version Share this post Link to post Share on other sites