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 ~ [EMAIL PROTECTED]
http://www.jaedworks.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to