[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re[2]: sorting an array
Is it not be possibe to use a bubble sort instead?
______________________________ Reply Separator _________________________________
Subject: Re: sorting an array
Author: sqr-users@earth.usa.net at NYCCIP01
Date: 11/7/94 10:39 AM
Mindy,
SORTing an Array cannot be done unless you off-load the data. I like to
use a flat file. Dump your array into a file, then use the VMS SORT command
(or your system SORT function). Once SORTed, "READ" the data from the SORTed
flat file into an array. I find it much faster and much efficient. It is a
bit messy, but the rewards greatly exceed the costs.
Nick Moscaritolo
Bentley College