devangelista
Technical User
I have some code such as follows:
Open "C:\Somefile.txt" for Input as #1
Line Input #1, Detail$
If the "Somefile.txt" is a large file, it blows up.
Somefile.txt does not have any carriage returns or line feeds and wraps the text so I may have a 2MB file.
How can I grab the first 13 characters encountered of a large text file into a string variable?????
Please Help...
Thanks
Dave ///
Open "C:\Somefile.txt" for Input as #1
Line Input #1, Detail$
If the "Somefile.txt" is a large file, it blows up.
Somefile.txt does not have any carriage returns or line feeds and wraps the text so I may have a 2MB file.
How can I grab the first 13 characters encountered of a large text file into a string variable?????
Please Help...
Thanks
Dave ///