AOM Interfaces Specific to VBScript
By default, VBScript instances run in a single global context, or namespace, called EpicVBS. The AOM includes VBScript-specific features related to the ScriptContext object:
• createScriptContext — allows scripts to create and run nested scripts in the global namespace (EpicVBS), or in a user-defined context or namespace.
• getScriptContext — retrieves a reference to any running script context by namespace.
See the descriptions in
Application interface and
ScriptContext interface for more information.