Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!jpl-devvax!beowulf!dmittman From: dmittman@beowulf.JPL.NASA.GOV (David Mittman) Newsgroups: comp.sys.mac.hypercard Subject: Re: Hypercard sorting Keywords: HyperCard, sorting Message-ID: <11591@jpl-devvax.JPL.NASA.GOV> Date: 26 Feb 91 16:41:37 GMT References: <1991Feb25.214301.938@ccu1.aukuni.ac.nz> Sender: news@jpl-devvax.JPL.NASA.GOV Reply-To: dmittman@beowulf.JPL.NASA.GOV (David Mittman) Organization: Jet Propulsion Laboratory, Pasadena, CA. Lines: 11 I believe that the key to sorting cards by multiple fields is to perform individual sorts, from the last key to the first key. In other words, these two sorts are equivalent (except that the first is not allowed in HyperTalk). sort cards by bg fld "Test" and bg fld "Junk" sort cards by bg fld "Junk" -- Second key sort cards by bg fld "Test" -- First key As always, I could very well be wrong. - David