[TAO] value() to obtain pointer functionality

Mark Wieder mwieder at ahsoftware.net
Mon Jul 28 17:26:21 EDT 2014


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
 ahsoftware at gmail.com





More information about the use-livecode mailing list