Re: how to sort certain pattern from a file

2004-06-22 Thread James Edward Gray II
On Jun 16, 2004, at 2:25 PM, Naser Ali wrote: Thanks James, I totally agree with you and appreciate your comments. I was going to refine the whole code by putting in better logic, naming convention, and error handling. I just posted the code baically to share the basic logic of handling the situat

RE: how to sort certain pattern from a file

2004-06-16 Thread Naser Ali
e. Thanks -Original Message- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 2:02 PM To: Naser Ali Cc: [EMAIL PROTECTED] Subject: Re: how to sort certain pattern from a file On Jun 16, 2004, at 12:22 PM, Naser Ali wrote: > Hello All, Hello. > Ye

RE: how to sort certain pattern from a file

2004-06-16 Thread Wiggins d Anconia
> > Hello All, > > Yesterday I posted a question asking if anyone can suggest a way of > accomplishing this. In the mean while I have comeup with a quick and dirty > way of processing the data file and sorting it in an array. Once it is > sorted, then, I can do whatever however I need to. Code is

Re: how to sort certain pattern from a file

2004-06-16 Thread James Edward Gray II
On Jun 16, 2004, at 12:22 PM, Naser Ali wrote: Hello All, Hello. Yesterday I posted a question asking if anyone can suggest a way of accomplishing this. In the mean while I have comeup with a quick and dirty way of processing the data file and sorting it in an array. Once it is sorted, then, I can

RE: how to sort certain pattern from a file

2004-06-16 Thread Naser Ali
Hello All, Yesterday I posted a question asking if anyone can suggest a way of accomplishing this. In the mean while I have comeup with a quick and dirty way of processing the data file and sorting it in an array. Once it is sorted, then, I can do whatever however I need to. Code is attached below