Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!spool2.mu.edu!think.com!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!sics.se!ollef From: ollef@sics.se (Olle Furberg) Newsgroups: comp.sys.mac.hypercard Subject: Re: Help! How to alphabetize items within text fields? Message-ID: <1991Jan14.143444.13746@sics.se> Date: 14 Jan 91 14:34:44 GMT References: <27868.2790c634@kuhub.cc.ukans.edu> Sender: news@sics.se Organization: Swedish Institute of Computer Science, Kista Lines: 14 In <27868.2790c634@kuhub.cc.ukans.edu> kuento@kuhub.cc.ukans.edu writes: >I devised a procedure by which I could click on a button and do an >alphabetic sort routine WITHIN a text field. The problem is, the The easy solution to this problem is to upgrade to HC 2.0 . In 2.0 you sort the items by the command "sort items of fld MyField" (if the items are on separate lines you just write "sort fld MyField"). If you, for some reasons don't have HC 2.0 or doesn't want to use it you could try some of the XCMD available for sorting fields. /Olle