<winclose> Closes required window.
Command Tree: | Window \ Close | ||||||||
. | |||||||||
Syntax: | <winclose>("WinTitle",
Match)
|
||||||||
. | |||||||||
. | |||||||||
Example: | <#> This macro closes "Notepad" window <#> <commands_only_on> <if_win>("Notepad","OPEN",0) <winclose>("Notepad",0) <else> <msg>(100,100,"'Notepad' is not opened!","Message",1) <endif> |