You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
378 B
8 lines
378 B
//***************************************************************************
|
|
//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();
|
|
|