Path: utzoo!utgpu!water!watmath!clyde!rutgers!lll-lcc!lll-winken!uunet!grand!day From: day@grand.UUCP (Dave Yost) Newsgroups: comp.lang.icon Subject: complicated sorting Keywords: icon,sort Message-ID: <397@grand.UUCP> Date: 1 Jan 88 05:33:51 GMT Organization: Grand Software, Inc., 213-650-1089, Los Angeles, CA Lines: 13 I need to sort a list of records according to complicated sort criteria, The standard icon sort() routine is not making this task easy. What I need is something more like the C library qsort routine that lets me provide my own comparison routine. Is there any hope of my finding something like this in icon, or am I missing some elegant way to do this with the existing sort() routine? --dave yost