http://www.intrafoundation.com/freeware.html
This site has a "CFX_ReadLine" Custom Tag that will let you do what you're looking for. David -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Shawn Cassedy Sent: Wednesday, January 09, 2002 12:21 AM To: [EMAIL PROTECTED] Subject: RE: Read a file 1. and this is a big one- Use the right tool for the job. CF probably is not it for reading a file that large. Try compiled code VB, C, Java. All can do a better job and you may find an .exe that will do what you want if you hunt around a bit. 2.Look for constants, things you can use as delimiters. Is this some kind of Word doc? Periods might work. Maybe line feeds or carriage returns? Hard to say, you need to give us more info. Just about everything can be done. It's just a matter of picking the right tools and wanting to do it bad enough. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bob Gillham Sent: Tuesday, January 08, 2002 2:23 PM To: List@Dfwcfug. Org Subject: Read a file Anyone know an easy way to read a file in one line at a time. And perhaps stop after so many lines. I have a 120 meg file that I would like to read a little of. Thanks in advance. ------------------------------------------------------------------------ - This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------ - This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
