RosettaCodeData/Task/Simulate-input-Keyboard/PureBasic/simulate-input-keyboard.basic

4 lines
56 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
If AW_WinActivate("Calc")
AW_SendKeys("123+3=")
EndIf