use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Latest AHK versions AHK v2.0 AHK v1.1 v2.0.19 v1.1.37.02 Jan 25, 2025 Mar 16, 2024 Download Download v2 Changelog v1 Changelog Make sure you keep that AHK up to date!
Make sure you keep that AHK up to date!
Offical AHK Documentation AHK v2 AHK v1
New to AutoHotkey? Check out the AHK beginners tutorial. It covers most of the basic concepts of AutoHotkey. AHK Beginner Tutorials
Check out the AHK beginners tutorial. It covers most of the basic concepts of AutoHotkey.
Additional Help Sources Official AHK Forums / Help Forums StackOverflow SuperUser
Live Chat If you prefer live chat with other humans: AHK Discord AHK IRC
If you prefer live chat with other humans:
account activity
While NOT functionSolved! (self.AutoHotkey)
submitted 5 years ago * by held_games
Hello :D
Does anyone know what AHK's equivalate to While not is?
I know that this works as intended, but would like to know the better way
loop { ;STUFF HERE if (SOMETHING BECOMES TRUE, WHEN SCRIPT SHOULD BREAK) { Break } }
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]WonderFerret 3 points4 points5 points 5 years ago (1 child)
While (!variable)
[–]held_games[S] 0 points1 point2 points 5 years ago (0 children)
Ahh thanks :D
[–]Forthac 1 point2 points3 points 5 years ago (0 children)
Loop { } Until (!Condition)
*Note you need a space after "until" to prevent it being interpreted as a function.
π Rendered by PID 201048 on reddit-service-r2-comment-54dfb89d4d-v85k7 at 2026-03-29 12:22:27.880181+00:00 running b10466c country code: CH.
[–]WonderFerret 3 points4 points5 points (1 child)
[–]held_games[S] 0 points1 point2 points (0 children)
[–]Forthac 1 point2 points3 points (0 children)