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

Jim Bufalini yoursignup at yahoo.com
Tue Jul 12 20:05:55 EDT 2005


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: use-revolution-bounces at lists.runrev.com
[mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Jim
Bufalini
Sent: Tuesday, July 12, 2005 1:19 PM
To: chipp at chipp.com; 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






More information about the use-livecode mailing list