Method of IScriptApplication
Dynamically include file into global scope.
var pbSuccess = ScriptApplication.__include(strPath);
pbSuccess = ScriptApplication.__include strPath
VARIANT_BOOL bSuccess; HRESULT hr = ScriptApplication.__include(strPath, &bSuccess);