What about the following?

on mouseUp
  do "local tvar=1.2"
  put 2*tvar
end mouseUp

Should NOT work. But this should work (as do recompiles?):

on mouseUp
  do "local tvar=1.2"
  do "put 2*tvar"
end mouseUp


_______________________________________________
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