Need an account? Click to Register
Home arrow Learn arrow Reference arrow RunScript
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.
 
< Prev   Next >

Reference