Stupid Q number 1000

Mike Bonner bonnmike at gmail.com
Fri May 20 11:23:33 EDT 2016


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 <richmondmathewson at gmail.com> 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
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list