Re: Length and Drop
- To: mathgroup at smc.vnet.net
- Subject: [mg32197] Re: [mg32183] Length and Drop
- From: jmt <jmt at agat.net>
- Date: Sat, 5 Jan 2002 00:10:36 -0500 (EST)
- References: <200201041003.FAA13779@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In your sequence :
Drop[timexp,1] -> {{7,8}} [this is ok]
Length[timexp] -> 2 [ this is what I did not expect!]
timexp has not been modified.
If you write :
timexp=Drop[timexp,1]
your result should be as expected.
- References:
- Length and Drop
- From: "Steve Gray" <stevebg@adelphia.net>
- Length and Drop