Basic question about behaviors
    William Prothero 
    waprothero at gmail.com
       
    Tue Aug 25 18:48:58 EDT 2020
    
    
  
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
> On Aug 25, 2020, at 9:40 AM, Sean Cole (Pi) via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> I LOVE 'this me'. This extraordinary use of coding language is truly where
> LC  shines and why I love it so much, - sometimes. [sigh]
> 
> Sean
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
    
    
More information about the use-livecode
mailing list