I have just saved a file with an endless loop bringing up a answer dialog endlessly and in quick succession. When I try command dot (on mac) and catch out the loop, I see an answer dialog with nothing in it, not even an OK button.
How can I get into the stack to edit the script?
Endless loop in OpenStack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Endless loop in OpenStack
Hi Kaveh,
congratulations, we all have been through this at some time
One way is to use the message box or a button:
...
## This line does the trick
lock messages
go stack "path to/stack with/endless loop.livecode"
...
Best
Klaus
congratulations, we all have been through this at some time

One way is to use the message box or a button:
...
## This line does the trick
lock messages
go stack "path to/stack with/endless loop.livecode"
...
Best
Klaus
Re: Endless loop in OpenStack
Hello, Dr. Sailor 
