Help me! My script is going a never ending loop!!!
Posted: Tue Oct 14, 2008 8:30 pm
Please help me!
I made a wrong code, in fact I started to send a message entering in the stack, then this event call the same recursive function!!
Look at an example here:
Now I have a BIG problem: as soon as I try to modify the code (load the stack) it execute OpenStack and loops forever. So Revolution hangs up!
Please help me!
What can I do to lock the event so I can update it?
Thank you
I made a wrong code, in fact I started to send a message entering in the stack, then this event call the same recursive function!!
Look at an example here:
Code: Select all
on openStack
send myMessage
end
on myMessage
send myMessage
end
Please help me!
What can I do to lock the event so I can update it?
Thank you
