Why is that VB can only read a file correctly if it's generated by VB? I have a scripting language for my program, and I need users to be able to write their own scripts. For whatever reason, VB refuses to read the first line. I always have this problem, it's so annoying. I'm just using the good old BASIC syntax:
open "myfile.txt" for input as #1
I'd gr8ly apreciate any insight on how to read a file line by line from line 1 to the last line in the file. Thanx.
open "myfile.txt" for input as #1
I'd gr8ly apreciate any insight on how to read a file line by line from line 1 to the last line in the file. Thanx.