RE: Parsing a file

2006-08-08 Thread Andy Matthews
o: CF-Talk Subject: Re: Parsing a file I have rewritten this procedure using the java string as opposed to listgetat, and let me tell you this thing is lightning fast. I couldn't even get this thing to run before, now it's faster than it ever was.

RE: Parsing a file

2006-08-08 Thread Ben Nadel
Rob, Anytime my man. Always glad to help :) ... Ben Nadel www.bennadel.com -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 4:30 PM To: CF-Talk Subject: Re: Parsing a file I have rewritten this procedure using

Re: Parsing a file

2006-08-08 Thread Robert Everland III
I have rewritten this procedure using the java string as opposed to listgetat, and let me tell you this thing is lightning fast. I couldn't even get this thing to run before, now it's faster than it ever was. Thanks for the help. ~~

RE: Parsing a file

2006-08-08 Thread Ben Nadel
rland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 12:40 PM To: CF-Talk Subject: Parsing a file I know this has been asked before, but I can't seem to find this in the archives. I have a file that I am doing a ton of parsing on. It's has fake encryption (basically obsfuc

Re: Parsing a file

2006-08-08 Thread Claude Schneegans
>>I have a file that I am doing a ton of parsing on. May be CF_REextract could help you: http://www.cftagstore.com/tags/cfreextract.cfm -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to t

RE: Parsing a file

2006-08-08 Thread Ben Nadel
ginal Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 12:40 PM To: CF-Talk Subject: Parsing a file I know this has been asked before, but I can't seem to find this in the archives. I have a file that I am doing a ton of parsing on. It's has

RE: Parsing a file

2006-08-08 Thread Andy Matthews
Try splitting the file into parts, then working on each part one at a time? -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 11:40 AM To: CF-Talk Subject: Parsing a file I know this has been asked before, but I can't seem to

Parsing a file

2006-08-08 Thread Robert Everland III
I know this has been asked before, but I can't seem to find this in the archives. I have a file that I am doing a ton of parsing on. It's has fake encryption (basically obsfucation) and I am doing a ton of listgets and going through each line and putting it into a structure. The thing is it's o