Alternative to Quit Command?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
JackieBlue
Posts: 32
Joined: Sun Jun 22, 2014 2:37 am

Alternative to Quit Command?

Post by JackieBlue » Tue Jun 24, 2014 6:47 pm

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.

sefrojones
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 447
Joined: Mon Jan 23, 2012 12:46 pm

Re: Alternative to Quit Command?

Post by sefrojones » Tue Jun 24, 2014 7:06 pm

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.

JackieBlue
Posts: 32
Joined: Sun Jun 22, 2014 2:37 am

Re: Alternative to Quit Command?

Post by JackieBlue » Wed Jun 25, 2014 3:44 am

Thank you. I'll give it a try tomorrow.

Post Reply