ISORT - ascending signed integer sort.

Usage:

call isort(array, nrec, lrs, key1 [, key2, ... keyN])

Where:

array
is the name of the array to be sorted.
nrec
is the number of elements (or "records") to be sorted.
lrs
is the number of words in each element.
key1 [, key2 ... keyN]
are the keys to sort on. Each key specifies a word (0 <= key < lrs) within an element to sort on. The keys are specified in decreasing order of importance.

Description:

ISORT sorts an array of things in ascending order. Each key is sorted in signed integer (arithmetic compare) order.

See Also:

expl f77 lib isortd

expl f77 lib sortd

expl f77 lib sort

Copyright © 1996, Thinkage Ltd.