This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| autoit:basic [2017/09/29 16:43] – lunetikk | autoit:basic [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ^ Code ^ What it does ^ | ^ Code ^ What it does ^ | ||
| - | | < | + | | < |
| While 1 | While 1 | ||
| WEnd | WEnd | ||
| </ | </ | ||
| | HotKeySet(" | | HotKeySet(" | ||
| - | | < | + | | < |
| Func jumptopoint() | Func jumptopoint() | ||
| CODE HERE | CODE HERE | ||
| Line 24: | Line 24: | ||
| | dim $var1 | init " | | dim $var1 | init " | ||
| | $var1 = "Hello World" | | $var1 = "Hello World" | ||
| - | | < | + | | < |
| - | Send(" | + | Send(" |
| + | | <code autoit> | ||
| + | $Title = WinGetTitle("" | ||
| + | $result = StringInStr($Title, | ||
| + | If $result = 0 Then | ||
| + | Sleep(1) | ||
| + | Else | ||
| + | Sleep(1) | ||
| + | EndIf</ | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | ~~DISCUSSION~~ | + | ~~DISCUSSION:closed~~ |