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 mouseUpRichmond. _______________________________________________ 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
