Run a script after the current script exits
Util.ChainScript(ScriptFile)
The method syntax has these parts:
Part | Description |
---|---|
ScriptFile (String) | The full path/name or just the name of the script to be run (see comments) |
Return (Nothing) | Does not return a value. |
Chaining will not occur is there is a script error in the current script. Valid only when called from within a running script.
Parameter data may be passed to the chained-to script via the Util.ChainParameter property.