escape infinite loop [Solved]
Posted: Fri Jun 19, 2015 11:51 am
Ok this seems to be funny but I have created infinite loop on openStack.
I have an infinite loop on open stack like
obviously I forgot to add 1 to counter but How to escape it? Application start to get not responding after I click on OK after answer dialog box is showed.
Because it is straight after load stack I am lost ...
I can not do anything because livecode is not responding as soon as I open that stack.... message box is not responding, tools bar not responding ffs.
PS: No I can not start from scratch again its work worth of a 2 weeks.
I have an infinite loop on open stack like
Code: Select all
on openStack
put 1 into counter
repeat while counter <= 10
-- do stuff
answer "test"
end repeat
end openStack
Because it is straight after load stack I am lost ...
I can not do anything because livecode is not responding as soon as I open that stack.... message box is not responding, tools bar not responding ffs.
PS: No I can not start from scratch again its work worth of a 2 weeks.