in reply to Re: Re: deleting array elements(efficiency/critique)
in thread deleting array elements(efficiency/critique)

Yes, that's an obvious refinement, which the original loop did not contain,
presumably because '' and '0' are either not present or not valid
so I preserved that behavior in the grep condition.
  • Comment on Re: Re: Re: deleting array elements(efficiency/critique)