Including Scripts Within 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 SBM AppScripts. 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 the $INCLUDE( scriptname ) Tag

The following information pertains to the $INCLUDE( scriptname ) tag: