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

I get nadda. I know the quotes are screwing it up someway. Do I need to encode with some sort of quote function?

I've tried

send ("putInMsg" && quote & tName & quote) to me

but this adds 2 quotes, 1 before and 1 after. I seem to remember being able to do it the first way before...

-Chipp

_______________________________________________
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