Like I said, it's been a very LONG time...
Anyway, I still have the same issue.
Line: serverName = SPLIT(...)
Char: 5
Error: Type mismatch
Code: 800A000D
I've already declared the array that I need to input the data into (serverName).
Here's my snipet.
SET oFO =...
So here is my new snipet of code. Still no workie...
oFO.OpenFileOpenDlg
wscript.echo oFO.FileName
serverName = SPLIT(objFSO.OpenTextFile(oFO.FileName).ReadAll(), vbCrLf)
MsgBox join(serverName, vbCrLf)
That code also throws a Type Mismath Error for Line serverName = SPLIT(...)
Thanks!
Hey Guys-
So I am trying to create a form that requests the user to select a flat text file that has a unique value per line, i.e...
test1
test2
test3
test4
...
test11
I have the select file portion executing properly
SET objCMN = CreateObject("Useraccounts.CommonDialog")
DIM objCMN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.