Saving text data to file
From: Jack (replyto_at_newsgroup)
Date: 05/08/04
- Next message: Duane Bozarth: "Re: Win98 resources"
- Previous message: Jim Edgar: "Re: extract names of all subs and functions"
- Next in thread: Duane Bozarth: "Re: Saving text data to file"
- Reply: Duane Bozarth: "Re: Saving text data to file"
- Reply: Jim Edgar: "Re: Saving text data to file"
- Reply: MikeD: "Re: Saving text data to file"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 8 May 2004 17:23:39 -0400
What is the best method of saving text data to file, which contains CR LF
characters embedded?
When saving directly, there is a problem when reading back that data using
Line Input: the line is not being read completely.
I know, I can replace CR & LF characters with different character when
saving.
However it is CPU time consuming procedure and it extends drammatically data
saving time.
Because of data structure ( it is the content of ListView) I prefer saving
that text data line by line.
What is the most efficient method to use?
- Next message: Duane Bozarth: "Re: Win98 resources"
- Previous message: Jim Edgar: "Re: extract names of all subs and functions"
- Next in thread: Duane Bozarth: "Re: Saving text data to file"
- Reply: Duane Bozarth: "Re: Saving text data to file"
- Reply: Jim Edgar: "Re: Saving text data to file"
- Reply: MikeD: "Re: Saving text data to file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|