send message with parameter
Björnke von Gierke
bvg at mac.com
Tue Aug 17 01:10:32 EDT 2004
send "myHandler" && param1 && param2 && paramX to stack "abc"
Beware of commas in your parameters! If you have commas in the
parameters (for example a location (143,244) then you need to add
quotes around them in the send statement, or have a parameter in the
target handler for each one separately:
send "myHandler" && quote & the loc of me & quote to stack "abc"
or
myHandler xLoc,yLoc
hope that helped
Bjoernke von Gierke
On Aug 17 2004, at 06:57, Hershel Fisch wrote:
> Hi all ,
> How do I send a message with a param ?
> e.g. send "myHandler" param1 to stack "abc"
> Thanks, Hershel
<>()<>()<>()<>()<>()<>()<>()<>()<>()<>()<>
Chat with other RunRev developers:
go stack URL "http://homepage.mac.com/bvg/chatrev1.0.rev"
More information about the use-livecode
mailing list