> On 15 Oct 2016, at 8:01 AM, Richard Gaskin <[email protected]> wrote: > > I can't recall the last time I needed defaultStack. It may well have been > quite recently, but it must being doing what I expected it to do since I've > never had to think about it before this thread.
Every time you use an object reference that doesn’t contain an explicit stack reference you are using the defaultStack. You might not be getting or setting the value but you would be depending on it in a large part of your code. Cheers Monte _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
