in reply to Re: Answer: How do I completely remove an element from an array?
in thread How do I completely remove an element from an array?

Would it not be easier to undef the items to be removed, and then drop them from the array later ?

  • Comment on Re^2: Answer: How do I completely remove an element from an array?
  • Download Code