Page 1 of 1

Alternative to Quit Command?

Posted: Tue Jun 24, 2014 6:47 pm
by JackieBlue
Hi Folks. Is there an alternative to the quit command? When using this to exit your program, it takes you completely out of LiveCode, rather than just exiting the stack you are working on, putting you back in edit mode.

Re: Alternative to Quit Command?

Posted: Tue Jun 24, 2014 7:06 pm
by sefrojones
maybe this?

Code: Select all

close this stack
If you want it to be removed form memory as well, I believe you should check "Purge this stack on close" in the stack inspector.

Re: Alternative to Quit Command?

Posted: Wed Jun 25, 2014 3:44 am
by JackieBlue
Thank you. I'll give it a try tomorrow.