This Me only works in the behavior script, not the button script. Not sure if 
that helps.

Bob S


On Aug 25, 2020, at 3:48 PM, William Prothero via use-livecode 
<use-livecode@lists.runrev.com<mailto:use-livecode@lists.runrev.com>> wrote:

I assumed the script would be:
on mouseUp
  put  this me into theName  —theName is blank.
end mouseUP

However, it gave me a blank.

I found that this works, though.
on mouseUP
  put the exectionContext into theName
end mouseUp

Thanks,
Bill

William A. Prothero
https://earthlearningsolutions.org<https://earthlearningsolutions.org/>

_______________________________________________
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