Mike-

You can also get tricky and do things like:

on mouseUp
   local a, b
   
   put "hello" into a
   put a & "()" into b
   put value(b)
end mouseup

function hello
   return "goodbye"
end hello

-- 
 Mark Wieder
 ahsoftw...@gmail.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