![]() |
VBScript in LNSS Editor, Cannot Figure Out Error
Hi, I'm not sure if this is the right place to post this because its not web development although it is VBScript, but here we go. At work I'm trying to create a script that will let a user input a list of computers on the network and then a program to uninstall from those computers, and then have the program automatically do that. As of now it just accepts one computer as input, I can worry about a list later. I'm getting this error message when I debug: "Error on line: 11 - Method or data member not found: objSoftware". Here is my code:
Code:
Dim inputString As String |
Re: VBScript in LNSS Editor, Cannot Figure Out Error
I just changed the For Each loop to a For loop:
Code:
Set length = UBound(colSoftware) |
| All times are GMT +5.5. The time now is 19:23. |