Including Other Scripts

You can use the include(scriptname) tag to include scripts within scripts. This enables you to write utility scripts to use repeatedly within multiple scripts. When the include(scriptname) tag is found within a script, SBM fully expands the included script, parses the combined text, and then executes the script.

Using include

The following information pertains to the include(scriptname) tag: