Thanks for your answer...
but array_filter isn't a PHP function. At least not according to the doc section here or in the books I have.
array_slice comes close to what I need. But it works only with PHP4.I'm working still with PHP 3, or better said, I'm programming for downward compatibility.
I decided to create a second array with the values I wanted, instead of trying to delete the ones I didn't want out of the existing array.
That worked.
Thanks again anyway.
Scott