MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: case of inconsistent API between Drop and Part?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127172] Re: case of inconsistent API between Drop and Part?
  • From: Peter Breitfeld <phbrf at t-online.de>
  • Date: Wed, 4 Jul 2012 03:30:30 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201206300917.FAA01642@smc.vnet.net>

"Nasser M. Abbasi" wrote:

> lis={q,w,e,r,t,y,u,i,o,p,a,s,d,f,g,h,j,k,l,z,x,c,v,b,n,m}

This seems to work:

Delete[lis,List/@{2,3,7,11,12}]

Out= {q, r, t, y, i, o, p, d, f, g, h, j, k, l, z, x, c, v, b, n, m}

-- 
_________________________________________________________________
Peter Breitfeld | Bad Saulgau, Germany | http://www.pBreitfeld.de



  • Prev by Date: Re: case of inconsistent API between Drop and Part?
  • Next by Date: Re: how to export to Excel in Mathematica from a Parametricplot command
  • Previous by thread: Re: case of inconsistent API between Drop and Part?
  • Next by thread: Re: case of inconsistent API between Drop and Part?