| Params |
scriptCode, a string, is the actual script. This script should be composed of subroutines and functions.
language, a string, is the script's language, such as VBScript, JScript, or PerlScript.
mainRoutine, a string, is the name of the function or subroutine in the script to call.
parameters is a list, the parameters to pass to the script that's called.
|