Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #12245
| From | "Wendelin Uez" <wuez@online.de> |
|---|---|
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? |
| Date | 2019-09-28 19:18 +0200 |
| Organization | albasani.net |
| Message-ID | <qmo7bd$cfi$1@news.albasani.net> (permalink) |
| References | <qj5qcd$ris$1@gioia.aioe.org> <46zjervaz47j.rwvgybco10xy$.dlg@40tude.net> <qj6vjq$sdn$1@dont-email.me> <1x0t3hl78ew97$.f2wq83qlqbd0.dlg@40tude.net> <qjcc9i$tk3$1@dont-email.me> |
> But if you > need to read 200 sections of text from one giant file, it won't > take much longer than it takes to load the file. I'm not sure, but perhaps loading the huge disk file as memory mapped file might be faster because it is mainly a copy action rather than a line-byline reading and the allocation size is not dynamic but static (because must be predefined)? wuez btw: is there an english speaking VB6 user group out there, I only know a german speaking one.
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Next in thread | Find similar
openttextfile ForAppend ignores EOF (Ctrl-Z) ? "R.Wieser" <address@not.available> - 2019-08-16 10:43 +0200
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "Mayayana" <mayayana@invalid.nospam> - 2019-08-16 09:42 -0400
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "R.Wieser" <address@not.available> - 2019-08-16 18:11 +0200
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "Mayayana" <mayayana@invalid.nospam> - 2019-08-16 13:21 -0400
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "R.Wieser" <address@not.available> - 2019-08-16 20:08 +0200
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "R.Wieser" <address@not.available> - 2019-08-16 19:16 +0200
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? JJ <jj4public@vfemail.net> - 2019-08-17 01:13 +0700
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "Mayayana" <mayayana@invalid.nospam> - 2019-08-16 15:18 -0400
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? JJ <jj4public@vfemail.net> - 2019-08-19 02:19 +0700
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "Mayayana" <mayayana@invalid.nospam> - 2019-08-18 16:25 -0400
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "Wendelin Uez" <wuez@online.de> - 2019-09-28 19:18 +0200
Re: openttextfile ForAppend ignores EOF (Ctrl-Z) ? "Mayayana" <mayayana@invalid.nospam> - 2019-09-28 14:47 -0400
csiph-web