Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read In A Flat File
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Read In A Flat File
Miscellaneous
Thread ID:
00568718
Message ID:
00568718
Views:
36
I'm trying to read in an INI file. I have:

Open "c:\myfile.ini" For Input As #1

While Not EOF(1)

  Get #1, , sString

  ' Other commands go here

Wend



I get a 'Bad File Mode' error on the GET line. Can anyone help
please?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform