The Script Console window provides interactive access to the JavaScript interpreter and JavaScript classes that are built into CrossStudio. The interpreter is an implementation of the 3rd edition of the ECMAScript standard. The interpreter has an additional function property of the global object that enable files to be loaded into the interpreter.

The JavaScript method load( filepath ) loads and executes the JavaScript contained in filepath returns a Boolean indicating success.

To activate the Script Console window: