Subject: Re: remove-if and fill-pointer From: Erik Naggum <erik@naggum.no> Date: 29 Nov 2002 18:41:42 +0000 Newsgroups: comp.lang.lisp Message-ID: <3247584102749554@naggum.no> * joachim@arti.vub.ac.be | I noticed that when using remove,remove-if etc. functions on an | adjustable array or an array with a fill-pointer, the result is an array | _without_ a fill-pointer and that is not adjustable. | | Why is this? Because you ask for a new sequence with the `remove´ version. Perhaps you should investigate the `delete´ versions? -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.