Runscript Function
Function Runscript( Script: String, Function: String, Parameters: Array): Variant
Description
Start a function in another script and provides it with the correct parameters.
Parameters
- Script: The text of the script to run.
- Function: The name of the function to run.
- Parameters: An array of all parameters that apply to the function.
Example
See Calling Scripts Within Scripts.