"rsromeo" wrote:
The error is on the line that says (if show.Title). "show" is an object in the calling script. how can I make the calling script and remote script interact with each other so the variables are recognized in each?
According to the SDK documentation, the Run function takes optional arguments that can be passed to the scripts Main() function.
"rsromeo" wrote:
does the script being called need to have Main() ?
I believe with Run() it does. Optionally, you could do a GetToString() and Eval() the result, which I'm pretty sure uses the context of the running script.