9 lines
378 B
JavaScript
9 lines
378 B
JavaScript
//***************************************************************************
|
|
//This script tests the manipulation of context values, in the case that the
|
|
//context value is an array type
|
|
//***************************************************************************
|
|
var Locator = new ActiveXObject("WbemScripting.SWbemLocator");
|
|
|
|
var Service = Locator.ConnectServer();
|
|
|