That's an interesting idea. It would work just fine if I was able to read
bottom to top on the file. Any idea how I could go about reading a file that
way?


Thanks!
Jeff

-----Original Message-----
From: Ben Doom [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 30, 2004 10:01 AM
To: CF-Talk
Subject: Re: Sorting help!

If they only have to be grouped by account number, and so the account
number could be desc instead of asc, you could simply read from the
bottom to the top.

Otherwise, I'd put them in an array or structs, find each 'block' of
account numbers, and re-insert that block upside-down into a new array.

HTH.

--Ben
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to