TAB4217
Joined: 13 Sep 2007 Posts: 4 Location: Haiti
|
Posted: Thu Oct 11, 2007 3:55 pm Post subject: WinExist, regular expressions |
|
|
Consider the script:
SetTitleMatchMode 2
IfWinExist, OpenOffice.org Writer
...goes to THEN --as expected, since a window 'Untitled1 - OpenOffice.org Writer' exists (minimized), but
IfWinExist, OpenOff.*Writer
...goes to ELSE
why? is the substring 'ice.org ' not implied by the wildcard '.*'? Does IfWinExist ignore regular expressions? |
|