passing quotes parameters to a 'send' message...

Jeanne A. E. DeVoto revolution at jaedworks.com
Tue Jul 12 18:57:34 EDT 2005


At 5:45 PM -0500 7/12/2005, Chipp Walters wrote:
>Hmmm
>I know this isn't supposed to be this hard...
>
>create a button named 'fred'
>
>on mouseUp
>   put the long name of me into tName
>   send ("putInMsg" && tName) to me
>end mouseUp
>
>on putInMsg p
>   put p
>end putInMsg

Try

   send "putInMsg tName" to me
-- 
jeanne a. e. devoto ~ revolution at jaedworks.com
http://www.jaedworks.com



More information about the use-livecode mailing list