in reply to RE: Removing an element from an array
in thread Removing an element from an array

Using null does not remove the array element. You might want to use the splice function to remove the required element. Shashidhar Iddamsetty
  • Comment on Re^2: Removing an element from an array