On 7/5/2012 10:16 AM, Gerd Paysan wrote:
> set fsf = CreateObject("Scripting.FileSystemObject")
> set f = fsf.OpenTextFile(File.path ,1)
>
> ' File Loop
> Do Until f.AtEndOfStream
> l = f.ReadLine
Your code is missing vital information. To get help with your problem,
post the exact code that exhibits the problem. A sample of the text (or
background on it) that you are trying to read would be helpful.
Are you actually trying to read a text file? Or is some form of database
or other binary file that may be broken into 60 byte records? The
.ReadLine method does not have such a character limit, so we need to see
what you are doing and understand how you have determined that you are
seeing a 60 character limit.
--
Todd Vargo
(Post questions to group only. Remove "z" to email personal messages)