Do merge

Ken Ray kray at sonsothunder.com
Wed May 28 13:15:55 EDT 2008


> do merge( "get [[x]]()" )

There's one other option you haven't mentioned, and that's the "value"
function:

Using Eric's example:

on mouseUp
   local tName, tFunc
   -----
   put "test" into tName
   put value(tName & "()") into tResult
   answer tResult   -- answers "You win"
end mouseUp

function test
   return "You win"
end test

Ken Ray
Sons of Thunder Software, Inc.
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/





More information about the use-livecode mailing list