Suppose I have a one-line script in a run handler that says: ‘display dialog a & space & b’, where a and b are to be supplied by another script calling this one [call it Message]. I can save it as an applet, or as a script.
I want to send values of a and b to “Message” from a second entirely separate script. How do I do that?
Several of the references I’ve ‘googled’ have not worked.