I'm trying to remove an element froma 1-d array usind the "delete from array" function.
I'm not sure why but the output is the same length as the original array with the element I was trying to delete - repplaced by a copy of another element.
Does anyone know why this happens?
Thanks