Question
Unclear documentation
I'm trying to use a server-side script to call a function on
the client side, but do not understand the documentation. I have
created a function (Test) on the client, but do not understand what
I am supposed to put into the ss script. The documentation states
that I should use:
application.streams["foo"].send("Test", "hello world");
What am I supposed to put in place of streams["foo"]?
application.streams["foo"].send("Test", "hello world");
What am I supposed to put in place of streams["foo"]?
