Page 1 of 1

Infinite loop bailout trick for beginners like me

Posted: Wed Jul 23, 2014 9:39 pm
by DavJans
If its not already documented somewhere where, here is a trick I found when I got stuck in a loop and hadn't saved in a while.
If you have a backup of your *.livecode, open it while you are stuck in the loop. It will tell you "A stack with the same name as the one you are trying to load is already open." and give you the option to save the stack that is stuck in a loop. Then you can reopen it and fix the loop.

If you only have one copy of your *.livecode you are doing it wrong IMO :)