Don't get mad at me. If you ask a dumb question, don't be surprised if you get a dumb answer. I quoted your question. It does not mention StringRegexp or AutoIt functions. Here it is again for your viewing pleasure. Regex is not exclusive to AutoIt so what would make one think that you were referring to AutoIt functions?
Whether you are stupid or not is debatable. But one thing is for sure and that is that you are factually dishonest.
@GHawk
I will try to help. Post the code that you attempted so I can see where the problem may be. Most likely, you can just change
ControlSetText($hWnd, '', '[CLASS:Edit;INSTANCE:7]', 'F22222', 0)
To
ControlFocus($hWnd, '', '[CLASS:Edit;INSTANCE:7]')
Send("F22222")
I'm not stupid, and yes, i tried (should i really need to answer it?). As i asked, i want a good tutorial with autoit functions, and this is not what i was really asking for.
Your answer is totally contemptible. if you don't know how to help, or don't whant to, don't waste your time posting these things...
@x_bennY
Have you tried the Internet? If not, you can start here: http://lmgtfy.com/?s=d&iie=1&q=regular+expression+tutorial Then, find what works best for you.