Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!sburke From: sburke@jarthur.Claremont.EDU (Scott Burke) Newsgroups: comp.sys.handhelds Subject: Re: Good ways to... Keywords: delete list lower-case conversion Message-ID: <11844@jarthur.Claremont.EDU> Date: 22 Apr 91 01:44:02 GMT References: <1991Apr20.222545.12776@soph.cs.ubc.ca> <1991Apr21.005851.10416@umbc3.umbc.edu> Organization: Harvey Mudd College, Claremont, CA 91711 Lines: 16 And here's a stack-based approach to removing an object from a list, which executes about 25% faster than the one using SUB: Input: 2: list 1: index \<< SWAP OBJ\-> DUP DUP 3 + ROLL - 2 + ROLL DROP 1 - \->LIST \>> If you're looking for something more elegant, however, you're out of luck-- there is no specific command to do what you want. Scott. sburke@jarthur.claremont.edu