TextStream readline limitation to 60 Characters
- From: Gerd Paysan <gerd.paysan@xxxxxxxxxxxxxx>
- Date: Thu, 5 Jul 2012 07:16:18 -0700 (PDT)
Hi,
I'm using TextStream Object Readlint to read the Lines of a file using the code below. However it seams, that every Line is limited to 60 Characters. Does anybody know a reason for this. Linefeed is 0D 0A (Windows).
Thsnks
Gerd
set fsf = CreateObject("Scripting.FileSystemObject") set f = fsf.OpenTextFile(File.path ,1)
' File Loop
Do Until f.AtEndOfStream
l = f.ReadLine
.
- Follow-Ups:
- Re: TextStream readline limitation to 60 Characters
- From: Todd Vargo
- Re: TextStream readline limitation to 60 Characters
- From: Dave \"Crash\" Dummy
- Re: TextStream readline limitation to 60 Characters
- From: Mayayana
- Re: TextStream readline limitation to 60 Characters
- Prev by Date: Re: Delete File
- Next by Date: Re: TextStream readline limitation to 60 Characters
- Previous by thread: Re: Delete File
- Next by thread: Re: TextStream readline limitation to 60 Characters
- Index(es):