Andre-

As you've noted, EvalExpr() isn't really designed to send messages. My
take is that it's less like a "do" command and more like the engine
running a line of code, evaluating the expressions along the way to
return a result. So here are two ideas off the top of my head (both
untested):

1. change the syntax of your EvalExpr parameter to:
return "send" && quote & outraMsg & quote && "to button id 1010 of
card id 1002 of stack" && quote &
"/home/soapdog/Desktop/ExternalsEnvironmentV3/httpserver/test.rev" &
quote

2. if the recipient of the message (button id 1010 etc) is going to be
hardcoded into the external, why not just use SendCardMessage, and in
the stack script (or some backscript) have a handler for outraMsg that
does the send to the button?

-- 
-Mark Wieder
 mwie...@ahsoftware.net

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to