Some how it doesn't work.
The script
 myHandler param1

I want to send the handler and a string
send "myHandler" &&"string"  to stack "a" NG
send "myHandler" && string  to stack "a"  NG
send "myHandler" && quote string quote to stack "a" NG
send "myHandler" && quote &string& quote to stack "a" NG
Thanks , Hershel
On Tuesday, August 17, 2004, at 01:10 AM, Bj�rnke von Gierke wrote:


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";

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to