3 lines
56 B
Text
3 lines
56 B
Text
If AW_WinActivate("Calc")
|
|
AW_SendKeys("123+3=")
|
|
EndIf
|
If AW_WinActivate("Calc")
|
|
AW_SendKeys("123+3=")
|
|
EndIf
|