On 17 Aug 2004, at 05:59, use-revolution-request at lists.runrev.com wrote: > Hi all , > How do I send a message with a param ? > e.g. send "myHandler" param1 to stack "abc" > Thanks, Hershel Just put the quotes outside the whole command: send "myHandler param1" to stack "abc" Cheers, Mark