Hello,
i was wondering how could i stop a loop with a button
here is my code
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
Global $Form1 = GUICreate("Form1", 623, 444, 192, 114)
Global $StartBut...