I could use some help calling a web service from VBScript. I can't find any example that I've successfully been able to implement. I'm just trying to get a test web service to work, I just picked one from www.webservicemart.com. And I guess I really just have no idea what I'm doing. Are...
I found the problem. VbsEdit is actually a very nice program and it provided the line number where the error was at, it just wasn't labeled so I had no idea what it was, and it was in a "line, column" format, eg. (1, 19).
Anyway, the problem is what both of you guys mentioned, declaring and...
Same error! But, it told me line 9 again, even though the line numbers changed, which makes me think that my debugger doesn't work.
7 Dim FileObject, UserFile, UserStream
8 Set FileObject = CreateObject("Scripting.FileSystemObject")
9 Set UserFile = FileObject.GetFile("user.txt")
10 Set...
I am getting the "Expected End of Statement" error around line 9. I numbered the lines below so you can see
7 Dim FileObject = CreateObject("Scripting.FileSystemObject")
8 Dim UserFile = FileObject.GetFile("user.txt")
9 Dim UserStream = UserFile.OpenAsTextStream(2)
What could I be doing...
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.