in reply to Re: Deleting elements from array questions
in thread Deleting elements from array questions

If you want to remove the elements from the array entirely, grep is the way [Emphasis added]

Well, grep is one way (and probably the one that will work best for the original question.) But splice is also a perfectly good way to remove elements from an array.

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: Re: Deleting elements from array questions