Search:
Home
Hosting
Lotus Notes / Domino
3rd Party Products
Web Design
Xtras
Contact Us
Sorting Routine
Startup Script
Utilities
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.
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 o
n
IBM Developer Works