Re: How to delete the last element of a SKILL list
- From: "Jimka" <jimka@xxxxxxxxx>
- Date: 5 Dec 2005 23:48:06 -0800
How did the element you want to remove get at the end of the list?
Why is it the last element you need to remove rather than the 13th for
example? Sometimes there are very good reasons for operating
on the last element, however it normally means you built the list
in the wrong order to begin with, or that you should be using a
different type of data structure than a list.
How did the element get to the end of the list anyway?
Why don't you already know its value without having to use
car(last(...))?
.
- Follow-Ups:
- Re: How to delete the last element of a SKILL list
- From: Rajeswaran M
- Re: How to delete the last element of a SKILL list
- References:
- How to delete the last element of a SKILL list
- From: Thomas
- Re: How to delete the last element of a SKILL list
- From: Thomas
- How to delete the last element of a SKILL list
- Prev by Date: DPAD1 pspice model
- Next by Date: Schematic pcell for a wire force cell
- Previous by thread: Re: How to delete the last element of a SKILL list
- Next by thread: Re: How to delete the last element of a SKILL list
- Index(es):
Relevant Pages
|