You know what's funny on this that I forgot to mention, if you leave out the second *quote* as in
put quote & the long name of me into tName it still works and you don't get an extra quote at the end. But leave out both quotes and you get nothing??? Must have something to do with there being quotes in the long name of... -Jim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jim Bufalini Sent: Tuesday, July 12, 2005 1:19 PM To: [EMAIL PROTECTED]; How to use Revolution Subject: RE: passing quotes parameters to a 'send' message... This worked for me. All in button Fred: on mouseUp put quote & the long name of me & quote into tName send "putInMsg" && tName to me end mouseUp on putInMsg tName answer "I got the" && tName end putInMsg _______________________________________________ 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
