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
 [EMAIL PROTECTED]



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to