save stack "New Stack" as it -- you ask where to save, then don't provide the information.
Chances are it is a) saving where you don't expect, or b) saving over itself from the location it was opened, or c) can't save due to permissions issues. You might check the result/it after your save request. On Fri, May 20, 2016 at 9:17 AM, RM <[email protected]> wrote: > I wonder why this script doesn't work in LC 8.0.1: > > on mouseUp > ask file "Choose where you wish to save your stack" > if the result = "cancel" > then exit mouseUp > else > save stack "New Stack" > end if > end mouseUp > > Richmond. > > _______________________________________________ > 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 > _______________________________________________ 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
