Re: IS there any examples about title-match-mode-4 on "regexp=REGEXP"
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Opt("WinTitleMatchMode", 4)
if WinExists('regexp=S(.*?)', '') then
Msgbox(0,'', 'win exists')
else
Msgbox(0,'', 'is not')
endif
--- In [email protected], p0etb0x <no_reply@...> wrote:
>
> thank you.
>