Sorting an array

Kenneth Brody kenbrody at spamcop.net
Thu May 19 12:00:06 PDT 2016


On 5/18/2016 12:15 PM, Richard Kreiss via Filepro-list wrote:
 > I would like to be able to sort a 20 element array.
 >
 > Any suggestion as to how best to do this on a Windows machine?

After all the discussion about overhead of external tools, I think a lot of 
this boils down to how often is this sort going to be done.

There's a world of difference in sorting 20 items once, prior to running a 
million-record report, and once per record on a million-record report.

-- 
Kenneth Brody


More information about the Filepro-list mailing list