Home arrow Reference arrow RunScript

CONTENT WARNING

This site refers to our older, server-based product. If you are interested in our new, Excel-based product, please see our main web site at http://www.nextanalytics.com

RunScript
This function invokes another script from within the current one.

Syntax:

RunScript, filename

Parameters:

filename – script file name

Examples:

RunScript,Script1

This example causes the current script to run another script, one that’s in a file named Script1.

Comments:

Notice that the file extension doesn’t matter. Script files are text files so it is reasonable to append .txt to their filename.  Notice that there is no subdirectory reference since the script file is identified in the user’s variables file, which was identified when they logged into the application.
 

Reference

Installation - Java