Hi Curry.

I use a Splash Stack which then opens what I call the mainStack. Should I put 
this in the closeStack of the splash stack or the main stack?

Bob S


On May 3, 2024, at 8:38 AM, Curry Kenworthy via use-livecode 
<use-livecode@lists.runrev.com> wrote:

Simplest way – In card 1 of main stack to build:

on closestack
  --- curryk 2020 no-purge LC build:
  if the environment is "development" then
     lock messages
     --- and only if add'l main stack issues:
     try
        # delete stack "XYZ"
     end try
  end if
end closestack

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to