Alternative to Quit Command?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 32
- Joined: Sun Jun 22, 2014 2:37 am
Alternative to Quit Command?
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.
-
- Livecode Opensource Backer
- Posts: 447
- Joined: Mon Jan 23, 2012 12:46 pm
Re: Alternative to Quit Command?
maybe this?
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.
Code: Select all
close this stack
-
- Posts: 32
- Joined: Sun Jun 22, 2014 2:37 am
Re: Alternative to Quit Command?
Thank you. I'll give it a try tomorrow.