Scripting Engine > Scripting Engine Form

Output Area

This is a read-only text box displayed beneath the editor tabs into which diagnostics messages can be written by the script as it executes.

The programmer can write messages to this area by writing code as follows:

Output.textbox = “Hello World!”