Double 6 Ltd Search:   

Sorting Routine (LotusScript)


Ever wanted to sort an array of names using LotusScript?

Here are two popular sorting routines, Quicksort and Shellsort re-coded from C into LotusScript.

The agents currently read from a file into an array and outputs a sorted one. They should be quite easy to add as a script library.


Sorting.zip

All credit to the people that originally wrote these routines, all we've done is to recode them into LotusScript.


This Double 6 code example is featured on IBM Developer Works