Custom Sorting — The Easy Way |
|
This simple example makes c-with-cedilla equal to c in the sort. You can see how this can be extended to create different sort systems.on mouseUp sort lines of field "Text" by useCedillas(each) end mouseUp function useCedillas theLine replace "ç" with "c" in theLine -- c-cedilla, option-c replace "Ç" with "C" in theLine -- C-cedilla, option-shift-c return theLine end useCedillas
Posted 6/3/2002 by Jeanne A. E. DeVoto to the Use-Revolution List (See the complete post/thread)