Q: DeleteCases
- To: mathgroup at smc.vnet.net
- Subject: [mg27862] Q: DeleteCases
- From: Robert Schuerhuber <robert.schuerhuber at gmx.at>
- Date: Thu, 22 Mar 2001 04:30:04 -0500 (EST)
- Organization: Vienna University of Technology
- Sender: owner-wri-mathgroup at wolfram.com
hi! i've a rather simple question with the deletecases, but unfortunately i couldn't find a clue in the mathematica-help (again ..): i want to to use DeleteCases to remove number of lists, which are greater than a given limit, eg. t={1,2,3,4} DeleteCases[t, ????] should remove all entries greater than 2, therefore t={1,2} which pattern do i have to use? regards, robert
- Follow-Ups:
- Re: Q: DeleteCases
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Q: DeleteCases