joannadarling
Programmer
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 wrong??? I've tried specifying a full path instead of just saying "user.txt", but that isn't helping.
Any ideas?
7 Dim FileObject = CreateObject("Scripting.FileSystemObject")
8 Dim UserFile = FileObject.GetFile("user.txt")
9 Dim UserStream = UserFile.OpenAsTextStream(2)
What could I be doing wrong??? I've tried specifying a full path instead of just saying "user.txt", but that isn't helping.
Any ideas?