strange nested groups behaviour

Mark Wieder mwieder at ahsoftware.net
Tue Sep 11 14:18:11 EDT 2007


Björnke-

It's hard to add to much to what Eric and Stephen have already posted, but 
let me also point out that while you (and I) may always quote object names, 
the rev engine isn't always so consistent about it. Create a new stack with 
a single button named "date". Then get the short name of button 1.

On mouseUp
  local tObj
  local tQuotedObj

  put the short name of button1 into tObj
  put quote & tObj & quote into tQuotedObj
  do "put the" && tObj
  do "put the" && tQuotedObj
End mouseUp
-- 

 Mark Wieder
 mwieder at ahsoftware.net






More information about the use-livecode mailing list