Simple question, really, based on a script I’m writing.
It would be very useful to be able run a script with a paramter, which would be called (from a Scheduled Event etc.) as something like either of these:
foo.mls(20)
MyScript.mls(next, 'News Break')
If this is possible, how do I find out from within the called script a) whether any parameters exist or not, so that I can use default value(s) for any which are missing; and b) the value of a parameter? I’m presuming (?) that any parameter values will be returned to the script as String type vars.
Sorry but, since you’ve released it, does it mean that is possible now ?
I’m a litle bit confused since you haven’t posted any changelog for this version yet. I suppose you will.