RM 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

In which version of LC does that work?

What's it supposed to do?  A path is obtained, but never used.

Maybe you want to set the stack's filename property?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com


_______________________________________________
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