andymbody
Results
3
issues of
andymbody
Is this still needed? Also fixed OnMessage_ex4.ah2
V1: ```ahk gosub Label1 MsgBox, % "global msg" Return Label1: var := 5 if var < 5 return ; this return can fool any attempt to detect end of block...
[https://www.autohotkey.com/boards/viewtopic.php?p=581354#p581354](url) Will fill in details later V1: ```ahk Gui, ClipGui: New, +hwndClGui Gui, ClipGui: Add, Text, % "Center x" . Margin . " y" . Margin . " w" ....