Re: Huge text files...
- From: Gene Wirchenko <genew@xxxxxxxx>
- Date: Thu, 04 Oct 2007 18:15:18 -0700
"Aaron" <aaron@xxxxxx> wrote:
[snip]
BTW - if someone wants to try it you can use the following code to crate a
3GB textfile
oFs = createobject("scripting.FileSystemobject")
oTf = oFs.CreateTextFile('d:\temp\test.txt', .t.)
s3mb = replicate(chr(64), 3*1024*1024)
for ii=1 to 1024
oTf.write(s3mb)
?? ii
next
oTf.close()
That was mean of you to not include a set talk off at the
beginning! I had just started VFP, and <all too obvious>.
Sincerely,
Gene Wirchenko
Computerese Irregular Verb Conjugation:
I have preferences.
You have biases.
He/She has prejudices.
.
- Follow-Ups:
- Re: Huge text files...
- From: Krister
- Re: Huge text files...
- References:
- Huge text files...
- From: Aaron
- Huge text files...
- Prev by Date: Re: Trouble between Visual FoxPro 6.0 and Flash
- Next by Date: Re: VFP 8 and Vista
- Previous by thread: Re: Huge text files...
- Next by thread: Re: Huge text files...
- Index(es):
Relevant Pages
|