Stupid Q number 1000

RM richmondmathewson at gmail.com
Fri May 20 11:17:23 EDT 2016


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.




More information about the use-livecode mailing list