|
-
Nov 2nd, 2005, 06:35 AM
#1
Thread Starter
New Member
[RESOLVED] declaration expected when already declared
I have this at the start of my from
Dim oFile As System.IO.File
Dim oRead As System.IO.StreamReader
Dim LineIn As String
oRead = oFile.OpenText("C:\USERS.txt")
but it then says "declaration expected" on the oRead = oFile.OpenText("C:\USERS.txt") line, for the oRead section
How come? and yet I just declared it previously!
please help
Jon
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|